Skip to content

Google Drive API configuration

Gabe edited this page Sep 1, 2024 · 7 revisions

The google drive API is a bit overcomplicated for simple use cases, and doesn't provide a simple authentication scheme using an API key. Instead, we have to use oauth (with a client library which touches the filesystem!?) or a service account.

Resources

Steps

1. Go to console.cloud.google.com

2. Create a new project named csss-site-backend

3. Create a service account

4. Download the service key and put it under /csss-site-backend

  • use the name google_key.json

5. Enable Domain-Wide Delegation @ admin.google.com

Clone this wiki locally