Skip to content

bonitasoft-presales/connector-gdrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Drive Upload connector

The project connector-gdrive is a Bonita Connector for Bonita 2021.2 Community version and above written in java language.

This connector will include a library to use with Google’s Drive API 3 in order to connect to a drive account and upload files in a shared drive.

In the implementation upload, this connector will allow to connect to a drive, create a folder (optional) and upload one or multiple documents in a Bonita process.

For more details on Bonita Connector please refer to documentation

Prerequisite:

  • Java ( jdk 11 or higher)

  • Maven (optional if you choosed to use maven wrapper script as archetype option)

  • A Git client (optional but highly recommended)

git clone https://github.com/bonitasoft-presales/connector-gdrive.git
cd connector-gdrive/
./mwnw package -DskipTests

The build should produce a jar archive under the target/ folder named connector-gdrive-${version}.jar

For more details about Apache Maven, please refer to the documentation

Any contribution to this project is welcome, either in adding new implementations of the connector or improving existing ones.

Pull requests are encouraged.

  1. Project homepage: https://github.com/bonitasoft-presales/connector-gdrive

  2. Repository: https://github.com/bonitasoft-presales/connector-gdrive

  3. Issue tracker: https://github.com/bonitasoft-presales/connector-gdrive/issues

    1. In case of sensitive bugs like security vulnerabilities, please contact presales@bonitasoft.com directly instead of using issue tracker. We value your effort to improve the security and privacy of this project!