GoogleDriveApiModule
Common Google Drive code that will be appended into the Google Drive integrations when it's deployed.
python · ApiModules
Details
| ID | GoogleDriveApiModule |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/googleapi-python3:1.0.0.8516410 |
| Tags | infra 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