Google Drive Connector

Content Type: Module
Categories:

Overview

This module helps in accessing the files in Google Drive using Google Drive API.

The below mentioned APIs are available in the module,

  • COPY File
  • CREATE File
  • DELETE File
  • GET File
  • LIST File
  • UPDATE File

Documentation

Google Drive

This module helps in accessing the files in Google Drive using Google Drive API.

The below mentioned APIs are available in the module,

  • COPY File
  • CREATE File
  • DELETE File
  • GET File
  • LIST File
  • UPDATE File

Dependencies:

  • Mendix modeler 9.12.4.
  • Google Connector - OAuth 2.0 module

Configuration:

Check the Google OAuth 2.0 documentation for configuration to get the Access token and Refresh token.

Add the ‘Test_GoogleDrivePage_Overview’ page to your Navigation.

This the test page to test the below mentioned API’s.

  • COPY File - Creates a copy of a file which will be stored in Drive.
  • CREATE File - Creates a file which will be stored in Drive.
  • DELETE File - Permanently deletes a file owned by the user without moving it to the trash.
  • GET File - Gets a file's metadata or content by File ID.
  • LIST File - List files which are stored in Drive.
  • UPDATE File - Updates the file's metadata and/or content in Drive.

Known bugs:

None

Releases

Version: 1.0.0
Framework Version: 9.12.4
Release Notes: **Google Drive** This module helps in accessing the files in Google Drive using Google Drive API. The below mentioned APIs are available in the module, _• COPY File • CREATE File • DELETE File • GET File • LIST File • UPDATE File_ Dependencies: • Mendix modeler 9.12.4. • Google Connector - OAuth 2.0 module **Configuration:** Check the Google OAuth 2.0 documentation for configuration to get the Access token and Refresh token. Add the ‘Test_GoogleDrivePage_Overview’ page to your Navigation. This the test page to test the below mentioned API’s. • _COPY File_ - Creates a copy of a file which will be stored in Drive. • _CREATE File_ - Creates a file which will be stored in Drive. • _DELETE File_ - Permanently deletes a file owned by the user without moving it to the trash. • _GET File_ - Gets a file's metadata or content by File ID. • _LIST File_ - List files which are stored in Drive. • _UPDATE File_ - Updates the file's metadata and/or content in Drive.