CreateDocumentFolder
Creates a new folder in Google Docs.
Input
| Name | Type | Description |
| Name | String |
Name assigned to the new folder on Google. |
| Parent_Folder_Id | String |
The Id of the parent folder of the folder being created. |
| Parent_Folder_Name | String |
The name of the parent folder for the folder being created. |
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. |