This project demonstrates integration with Google Drive API using Symfony.
- VSCode and dev containers extension
- Create a new Google Cloud project at Google Cloud Console
- Enable the Google Drive API:
- Navigate to "APIs & Services" > "Library"
- Search for "Google Drive API"
- Click "Enable"
- Configure OAuth credentials:
- Go to "APIs & Services" > "Credentials"
- Click "Create Credentials" > "OAuth 2.0 Client ID"
- Download the credentials file
- Clone this repository
- Place the downloaded credentials file at:
src/Controller/client_secret.json
-
Start the Symfony development server:
symfony server:start
-
Access the application at:
http://localhost:8001/api/sheets