Script: Google Drive List
Script:
- google_team_drive_list.pf
Function:
List the contents of a Google Drive folder
Arguments:
- "team_drive_id" (string - ID of the Google Team Drive parent folder to create this folder in)
- "folder_id" (string - ID of folder to list)
Try it out
GF Preview
The below is a mock representation of what the action should look like in GlobiFlow (with our Chrome Extension).
Capture Result of a Remote ProcFu Script
Header(s): |
***************************************
you@yourdomain.com
|
varname =
|
|
From URL: |
https://procfu.com/exe/google_team_drive_list.pf
|
POST Params: |
team_drive_id=[some token]&folder_id=[some token]
|
If you do not have our Chrome Extension, the step should look something like this (click on "Headers" to show value).
Capture Result of a Remote POST or GET
Header(s): | |
Follow Redirects: | |
varname =
|
|
From URL: | |
POST Params: |
team_drive_id=[some token]&folder_id=[some token]
|