From a683ba26e333a1b40bd6c2dc51bb631ce072ac4a Mon Sep 17 00:00:00 2001 From: Julian Raufelder <Julian@Raufelder.com> Date: Mon, 4 Apr 2022 12:45:51 +0200 Subject: [PATCH] Add hint in README about how to use pCloud when build from source [ci skip] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df599b55..67ab1cd2 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ git submodule init && git submodule update // (not necessary if cloned using --r ./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 -* **release**: `DROPBOX_API_KEY` or `ONEDRIVE_API_KEY` and `ONEDRIVE_API_REDIRCT_URI` -* **debug**: `DROPBOX_API_KEY_DEBUG` or `ONEDRIVE_API_KEY_DEBUG` and `ONEDRIVE_API_REDIRCT_URI_DEBUG` +* **release**: `DROPBOX_API_KEY`, `ONEDRIVE_API_KEY` and `ONEDRIVE_API_REDIRCT_URI` or `PCLOUD_CLIENT_ID` +* **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.