UploadDocument
Google Docs: Uploads a document to Google Docs.
Input
| Name | Type | Description |
| Data | String |
The data to upload, overrides the localfile. |
| LocalFile | String |
Path to the local file to upload. |
| Name | String |
Name assigned to the new document on Google. If not specified, the name of the local file will be used. |
| Type | String |
Type of document (CSV, DOC, DOCX, HTM, HTML, ODS, ODT, PDF, PPS, PPT, RTF, SXW, TAB, TSV, TXT, XLS, XLSX). If not specified, the file extension is used. |
| Folder_Id | String |
The Id of the folder to upload the document to. |
| Folder_Name | String |
The name of the folder to upload the document to. |
Output
| Name | Type | Description |
| ID | String | The identifier of the entry. |
| Title | String | The title of the entry. |
| ACLlink | String | Link to the document's ACL feed. |
| Type | String | The type of document (document, spreadsheet, presentation, pdf). |
| PDFlink | String | Link to the PDF version of the file. |
| Success | String | Indication that the operation was successfully completed. |
| Weblink | String | The URL that represents a web link to this document. |