EndPoint Export a file
Name
export_file
Description
Export a document editor files such document, Spreadsheets, Drawings, Presentations, Apps Scripts to common file formats as defined in this link https://developers.google.com/drive/api/guides/ref-export-formats
[Read more]
Parameters
Parameter |
Label |
Required |
Options |
Description |
Id |
File Id |
YES |
|
Id of a file you want to export and file must be editor type (e.g. document, Spreadsheets, Drawings, Presentations, Apps Scripts)
|
ExportAs |
Export As (Mime Type) |
YES |
Option |
Value |
None |
|
Export to PDF |
application/pdf |
Export to HTML |
text/html |
Export to HTML (zipped) |
application/zip |
Export to Plain text |
text/plain |
Export to Rich text |
application/rtf |
Export to Open Office doc |
application/vnd.oasis.opendocument.text |
Export to MS Word document |
application/vnd.openxmlformats-officedocument.wordprocessingml.document |
Export to EPUB |
application/epub+zip |
Export to MS Excel |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
Export to Open Office sheet |
application/x-vnd.oasis.opendocument.spreadsheet |
Export to (sheet only) |
text/tab-separated-values |
Export to JPEG |
image/jpeg |
Export to PNG |
image/png |
Export to SVG |
image/svg+xml |
Export to MS PowerPoint |
application/vnd.openxmlformats-officedocument.presentationml.presentation |
Export to Open Office presentation |
application/vnd.oasis.opendocument.presentation |
Export to JSON |
application/vnd.google-apps.script+json |
|
The MIME type of the format requested for this export. [Read more..]
|
fields |
fields |
NO |
|
fields
|
Output Columns
Name |
DataType |
Length |
Raw |
Description |
Status |
DT_WSTR |
4000 |
False |
|
Input Columns
Name |
DataType |
Length |
Raw |
Description |
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |