Google Drive - Get file contents
This activity is used to return the contents of any selected files that exist in a Google Drive account. The supported files are .pdf, .txt or .docx.
Parameters | Description |
---|---|
Connection |
Drop-down list of Google connections. |
Selected files |
Array of selected file names. Files can be .pdf, .txt or .docx files. |
Parameters | Description |
---|---|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
FileList |
Array of the contents of the retrieved files. |
↑