Sinkhole Logo

SINKHOLE

Personal API Configuration

If you are building Sinkhole yourself or using a fork, you **must** use your own Google Drive and Google API credentials. This section provides a step-by-step guide to configuring your personal cloud project.

1. Create a Google Cloud Project

Go to the Google Cloud Console and create a new project (e.g., "My Sinkhole Project").

2. Enable Google Drive API

In the Library section of your project, search for **Google Drive API** and click **Enable**.

3. Configure OAuth Consent Screen

4. Generate Android OAuth Client ID

# For debug builds:
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey

5. Download google-services.json

After creating the Android Client ID, download the google-services.json file and place it in the root of your project directory before building.