@managed-api/google-drive-v3-sr-connect
v1.4.0
Published
Adaptavist Managed API for Google Drive V3 for ScriptRunner Connect environment
Downloads
24
Keywords
Readme
ScriptRunner Connect Managed API for Google Drive
Managed API for Google Drive is an API Client for Google Drive by Adaptavist. You can read more about Managed APIs here.
This is ScriptRunner Connect runtime specific version of the Managed API (with sr-connect suffix). If you want to use Managed API in any other runtime, have a look at the runtime agnostic version.
Supported API calls
- fetch
- About
- File
Constructing Managed API
In ScriptRunner Connect a Managed API is constructed for you, but if you need to construct it manually, here's how you can do it:
import { GoogleDriveApi } from '@managed-api/google-drive-v3-sr-connect';
export default async function() {
const api = new GoogleDriveApi('API_CONNECTION_ID');
}Contact
Feel free to drop ideas, suggestions or improvements into our Slack community channel.
Changelog
1.4.0
- Updated File method response types.
1.3.0
- Removed
Drivemethods.
- Removed
1.2.0
- Made
optionsoptional for methods that support empty requests.
- Made
1.1.0
- Added additional content type fallback value for file creation and update.
1.0.0
Added support for the following About methods:
- get that can be used as
About.meorAll.aboutMe.
- get that can be used as
Added support for the following Drive methods:
- create that can be used as
Drive.createDriveorAll.createDrive. - delete that can be used as
Drive.deleteDriveorAll.deleteDrive. - get that can be used as
Drive.getDriveorAll.getDrive. - hide that can be used as
Drive.hideDriveorAll.hideDrive. - list that can be used as
Drive.getDrivesorAll.getDrives. - unhide that can be used as
Drive.unhideDriveorAll.unhideDrive. - update that can be used as
Drive.updateDriveorAll.updateDrive.
- create that can be used as
Added support for the following File methods:
- copy that can be used as
File.copyFileorAll.copyFile. - create that can be used as
File.createFileorAll.createFile. - delete that can be used as
File.deleteFileorAll.deleteFile. - download that can be used as
File.downloadFileorAll.downloadFile. - emptyTrash that can be used as
File.emptyTrashorAll.emptyTrash. - export that can be used as
File.exportFileorAll.exportFile. - generateIds that can be used as
File.generateIdsorAll.generateIds. - get that can be used as
File.getFileorAll.getFile. - list that can be used as
File.getFilesorAll.getFiles. - listLabels that can be used as
File.getFileLabelsorAll.getFileLabels. - modifyLabels that can be used as
File.editFileLabelsorAll.editFileLabels. - update that can be used as
File.updateFileorAll.updateFile. - watch that can be used as
File.watchFileorAll.watchFile.
- copy that can be used as
Copyright Adaptavist 2025 (c) All rights reserved
