Add hint in README about how to use pCloud when build from source

[ci skip]
This commit is contained in:
Julian Raufelder 2022-04-04 12:45:51 +02:00
parent 09a7cb0b84
commit a683ba26e3
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

View File

@ -29,11 +29,11 @@ git submodule init && git submodule update // (not necessary if cloned using --r
./gradlew assembleApkstoreDebug ./gradlew assembleApkstoreDebug
``` ```
Before connecting to OneDrive or Dropbox you have to provide valid API keys using environment variables: Before connecting to Dropbox, OneDrive or pCloud you have to provide valid API keys using environment variables:
For build type For build type
* **release**: `DROPBOX_API_KEY` or `ONEDRIVE_API_KEY` and `ONEDRIVE_API_REDIRCT_URI` * **release**: `DROPBOX_API_KEY`, `ONEDRIVE_API_KEY` and `ONEDRIVE_API_REDIRCT_URI` or `PCLOUD_CLIENT_ID`
* **debug**: `DROPBOX_API_KEY_DEBUG` or `ONEDRIVE_API_KEY_DEBUG` and `ONEDRIVE_API_REDIRCT_URI_DEBUG` * **debug**: `DROPBOX_API_KEY_DEBUG`, `ONEDRIVE_API_KEY_DEBUG` and `ONEDRIVE_API_REDIRCT_URI_DEBUG` or `PCLOUD_CLIENT_ID_DEBUG`
Before connecting to Google Drive you have to create a new project in [Google Cloud Platform](https://console.cloud.google.com) with Google Drive API, credentials including Google Drive scopes (read, write, delete,..) and the fingerprint of the key you use to build the app. Before connecting to Google Drive you have to create a new project in [Google Cloud Platform](https://console.cloud.google.com) with Google Drive API, credentials including Google Drive scopes (read, write, delete,..) and the fingerprint of the key you use to build the app.