Google Drive Integration

Google Drive Integration (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 12 December 2022 by valantic LCS
Google Drive Integration

Google Drive Integration (ODC)

Details
Detailed Description

Integration with the Google Drive Rest API V3.

All methods require a Token that you can be fetched by any different ways (using a user account authentication or a service account authentication ).

Actions available in this integration:

  • File
    • CopyFIle
    • CreateFile
    • DeletePermanentlyFileFromDrive
    • Download
    • ExportFileBinary
    • GetFileDataById
    • GetFilesByDriveId
    • GetFileShareURLById
    • MoveFile


  • Folder
    • DeletePermanentlyFolder
    • DriveCreateFolder
    • GetFolderDataById
    • GetFolderShareURLById
    • MoveFolder


  • Service
    • GetDriveQuota


  • SharedDrive
    • DeleteFromDrive
    • GetFiles
    • GetSharedDrives
    • GetSharedDrivesFilesFolders
    • GetShareDriveData
    • MoveContent
    • SearchSharedDrives
    • ShareGrantPermission
    • UpdateMetadata

This ODC Asset was migrated by Fábio Fantato

Limitations
  • Create file does not support multipart file upload yet because binaryconcat is not available for now
Release notes 
  • Replace dependency from GeneratePassword(no longer available) with GenerateSecurePassword(Security)