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)

Documentation
0.1.1

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


Rest services used:

- /drive/v3/files/{fileId}/copy (POST)

- /drive/v3/files (POST)

- /drive/v3/files/{fileId} (DELETE)

- /drive/v3/files/{fileId} (GET)

- /drive/v3/drives/{driveId} (GET)

- /drive/v3/drives (GET)

- /drive/v3/files/{fileId}/export?mimeType={mimeType} (GET)

- /drive/v3/files (GET)

- /drive/v3/about (GET)

- /drive/v3/files/{fileId} (PATCH)

- /upload/drive/v3/files (POST)

- /drive/v3/files/{fileId}/permissions (POST)


For more information please consult the Google Drive API documentation.