"cloud_storage_folder"
and set its value based on the specific cloud storage platform you are using.{
"name": "Test Standard 3",
"items": [
{
"type": "UPLOAD",
"required": true,
"name": "Upload"
},
{
"type": "QUESTION",
"required": false,
"name": "Question"
}
],
"cloud_storage_folder": "<cloud storage folder id>",
"recipients": [
{
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"auth_method": {
"type": "NONE"
}
}
]
}
Note: Replace <cloud storage folder id>
with the appropriate value for your provider.
"cloud_storage_folder"
depends on your cloud storage provider:${driveId}~${folderId}
${driveId}
is your drive identifier and ${folderId}
is the folder's unique identifier.