CreateRemoteFile
Creates a new empty file in the remote location (googledrive).
Stored Procedure-Specific Information
Executing this procedure requires setting the values for FileType, ItemId, ItemType, RemoteLocation, and Title. For example:EXEC CreateRemoteFile Filetype = 'gdoc', Title = 'tests', ItemId = '8230170', Remotelocation = 'googledrive', Itemtype = 'deal'
Input
| Name | Type | Description |
| ItemId | Integer | ID of the item to associate the file with. |
| FileType | String | File type.
The allowed values are gdoc, gslides, gsheet, gform, gdraw. |
| Title | String | Id of call logs. |
| ItemType | String | Item type.
The allowed values are deal, organization, person. |
| RemoteLocation | String | The location type to send the file to. Only googledrive is currently supported.
The allowed values are googledrive. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |