From 09a7cb0b8438b8d4e0e264b825cda84c68dfd251 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Mon, 4 Apr 2022 12:20:31 +0200 Subject: [PATCH] Add hint in README about how to use Google Drive when build from source [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6147df8..df599b55 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ 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` +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. + ## Contributing to Cryptomator for Android Please read our [contribution guide](.github/CONTRIBUTING.md), if you would like to report a bug, ask a question, translate the app or help us with coding.