TDV Adapter for Google Drive

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with Google Drive.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Google Drive, along with an indication of whether the procedure succeeded or failed.

Google Drive Adapter Stored Procedures

Name Description
CopyResource Copies a resource from the user's Google Drive to a specified location.
CreateFolder Creates a folder in the user's Google Drive.
DeleteResource Deletes a resource from the user's Google Drive.
DownloadFile Downloads a file from the user's Google Drive.
DownloadFileStorage Downloads a file from the Google Storage.
EmptyTrash Empties the user's trash.
GetAuthenticatedUserInfo Provides information about the authenticated user.
GetOAuthAccessToken Obtains the OAuth access token to be used for authentication with various Google services.
GetOAuthAuthorizationURL Obtains the OAuth authorization URL used for authentication with various Google services.
MoveResource Moves a resource to the specified list of parentIDs
RefreshOAuthAccessToken Obtains the OAuth access token to be used for authentication with various Google services.
RevokeToken Revoke access given to an application.
StopWatchingResources Stops receiving notifications for a particular channel before it expires. If successful, this method returns an empty response.
SubscribeToFileChanges Sets up a notification channel to start watching for changes to a single File resource.
SubscribeToUserChanges Sets up a notification channel to start watching for all Changes resources.
UpdateResource Updates a resource in the user's Google Drive.
UploadFile Uploads a file to the user's Google Drive.
UploadFileStorage Uploads a file to the Google Storage.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462