
Google Drive
Third-Party Data Provider Interactions
Merge interacts with Google Drive API endpoints to access certain information as detailed belowAPI Endpoints
GET/drive/v3/files
Merge interacts with this API endpoint to...
Access File information
File fields
remote_id
Stringmime_type
Stringremote_data
Arrayname
Stringdescription
Stringremote_updated_at
DateTime (ISO 8601)file_url
Stringremote_created_at
DateTime (ISO 8601)file_thumbnail_url
Stringsize
IntegerAccess Folder information
Folder fields
remote_id
Stringremote_data
Arrayname
Stringdescription
Stringfolder_url
Stringremote_updated_at
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)size
IntegerGET/drive/v3/drives
Merge interacts with this API endpoint to...
Access Drive information
Drive fields
remote_id
Stringremote_data
Arrayname
Stringdrive_url
Stringremote_created_at
DateTime (ISO 8601)GET/drive/v3/about
Merge interacts with this API endpoint to...
Access User information
User fields
remote_id
Stringemail_address
Stringname
StringGET/drive/v3/files/{file_id}
Merge interacts with this API endpoint to...
Access Drive information
Drive fields
remote_id
Stringremote_data
Arrayname
Stringdrive_url
Stringremote_created_at
DateTime (ISO 8601)Access Folder information
Folder fields
remote_id
Stringname
Stringdescription
Stringfolder_url
Stringremote_updated_at
DateTime (ISO 8601)remote_created_at
DateTime (ISO 8601)size
IntegerAccess File information
File fields
remote_id
Stringmime_type
Stringname
Stringdescription
Stringremote_updated_at
DateTime (ISO 8601)file_url
Stringremote_created_at
DateTime (ISO 8601)file_thumbnail_url
Stringsize
Integer