Skip to content

ballerina-platform/module-ballerinax-googleapis.drive

Repository files navigation

Ballerina Google Drive Connector

Build codecov GitHub Last Commit GraalVM Check License

Google Drive allows users to store files on their servers, synchronize files across devices, and share files. Google Drive encompasses Google Docs, Google Sheets, and Google Slides, which are a part of the Google Docs Editors office suite that permits the collaborative editing of documents, spreadsheets, presentations, drawings, forms, and more.

The connector supports file and folder management operations related to creating, deleting, updating and retrieving.

For more information about configuration and operations, go to the module.

Building from the source

Setting up the prerequisites

  1. Download and install Ballerina Swan Lake.

Building the source

Execute the commands below to build from the source.

  • To build the package:
    bal pack
  • To test the pakage:
    bal test

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, see contribution guidelines.

Code of conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful links