-
-
Notifications
You must be signed in to change notification settings - Fork 37
Setting up Google Drive API
These steps are required for Notes Backup with Google Drive.
- Create a [Google Cloud project]((https://developers.google.com/workspace/guides/create-project)
Call the project "Unique Bible App"
- Create OAuth client ID credentials
Go to Menu > APIs & Services > Credentials
Click on "Create Credentials" at the top and select "Oauth client ID".
Select "Desktop App" for Application type.
Enter "Unique Bible App" for name.
It will then show a window that says "OAuth client created". Click on the "Download JSON" link. It will download a file like "client_secret_1234567890.apps.googleusercontent.com.json". Rename this file to "credentials.json" and place it in the UBA root folder.
- Enable the Google Drive API with the Oauth credentials.
Go to Menu > APIs & Services > Library
Search for "google drive api" and click on "Google Drive API"
Click on "Manage", then click on "Enable"
Under "Credentials", verify the "Unique Bible App" Oauth is selected.
- Set Oauth consent screen to production
Click on "Oauth consent screen" in the left menu. Verify Publishing status is "In Production".