Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the component beyond simple SELECT/INSERT/UPDATE/DELETE operations with Google Drive.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Google Drive, along with an indication of whether the procedure succeeded or failed.
CData SSIS Components for Google Drive 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. |
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. |