Skip to main content

Example Project

An example project is available within the example directory of the GitHub repository. It demonstrates all functionality the library provides.

iOS Setup

When setting up the example project for iOS, you will need to follow the iOS installation steps in order to provide your own iCloud container.

Android Setup

If you want to set up the example project for Android, you'll need a valid access token for the Google Drive API. You can create one using the Google OAuth 2.0 Playground. Select the following scopes from "Drive API v3":

Then generate an authorization code and exchange it for an access token. Once you have the access token, you can make your life easier by using adb shell input text '{some_token}' if you're using an emulator, which feeds the token into it (make sure to tap into the text input field first).