GoogleDriveApiModule

Common Google Drive code that will be appended into the Google Drive integrations when it's deployed.

python · ApiModules

Details

IDGoogleDriveApiModule
Languagepython
From Version6.10.0
Docker Imagedemisto/googleapi-python3:1.0.0.8516410
Tagsinfra server

README

To use the common Google Drive integration logic, run the following command to import the GoogleDriveApiModule.

def main():
    run_google_drive_integration()


from GoogleDriveApiModule import *  # noqa: E402

if __name__ in ["builtins", "__main__"]:
    main()

Then, the run_google_drive_integration entry point and the GSuiteClient (re-exported from GSuiteApiModule) will be available for usage. For the canonical consumer, see the Google Drive integration.

commonfields:
  id: GoogleDriveApiModule
  version: -1
name: GoogleDriveApiModule
script: ''
type: python
subtype: python3
tags:
- infra
- server
comment: Common Google Drive code that will be appended into the Google Drive integrations when it's deployed.
system: true
scripttarget: 0
dependson: {}
timeout: 0s
dockerimage: demisto/googleapi-python3:1.0.0.8516410
fromversion: 6.10.0
tests:
- No tests