Track and optimize cloud storage usage.
Inspired by WinDirStat and qdirstat.
- Create a project in Google Cloud
- Navigate to APIs and services => Credentials.
- Create OAuth 2.0 Client ID with the following options:
- Application type: Web application
- Authorized JavaScript origins:
http://localhost:5173
- Authorized redirect URIs:
http://localhost:5173
- Add the client ID as the secret
VITE_GOOGLE_DRIVE_CLIENT_ID
.