Skip to content

ballerina-platform/module-ballerinax-microsoft.onedrive

Repository files navigation

Ballerina Microsoft OneDrive Connector

Build Status codecov GitHub Last Commit GraalVM Check License

Microsoft OneDrive is a file hosting service and synchronization service operated by Microsoft as part of its web version of Office.

Ballerina connector for Microsoft OneDrive connects to OneDrive file storage API in Microsoft Graph v1.0 via Ballerina language with ease.

For more information, see module(s).

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle JDK.

Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  1. Download and install Ballerina Swan Lake

Building the source

Execute the following commands to build from the source:

  • To build the package:
    bal build ./ballerina
    
  • To run the tests after build:
    bal test ./ballerina
    

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