This guide will walk you through the process of setting up OAuth 2.0 client credentials in Google Forms
Go to console.cloud.google.com
1. Click "Create project"
Create a new project.
2. Fill Project name and click "Create"
Fill Project name and click "Create"
3. Select just created project
Select just created project
4. Click "Enabled APIs & services"
Navigate to "Enabled APIs & services".
5. Search and click on "Google Forms API"
Select the Google Forms API.
6. Enable Google Form API and navigate back
Enable the Google Forms API and navigate back
7. Search and click on "Google Drive API"
Choose the Google Drive API.
8. Click "Enable"
Enable the Google Drive API and navigate back
9. Click "OAuth consent screen"
Access the OAuth consent screen settings.
10. Select "Internal" and click "Create"
Select "Internal" and click "Create"
11. Fill App name and select user support email
Fill App name and select user support email
12. Fill developer email and click "Save and continue"
Fill developer email and click "Save and continue"
13. Click "Add or remove scopes"
Access the scope management.
14. Fill permissions, then click "Add to table" and "Update"
Fill permissions, then click "Add to table" and "Update"
https://www.googleapis.com/auth/drive,
https://www.googleapis.com/auth/drive.file,
https://www.googleapis.com/auth/forms.responses.readonly
15. Click "Save and continue"
Save the changes and continue.
16. Click "Back to dashboard"
Return to the dashboard.
17. Click "Credentials"
Access the credentials section.
18. Click "Create credentials"
Start creating new credentials.
19. Click "OAuth client ID"
Select OAuth client ID.
20. Select "Web application"
Choose the Web application
21. Fill name, add URIs and "Create"
Fill name, add URIs and "Create"
https://api.us-1.keragon.com/rest/auth/callback
https://api.us-east-1.keragon.com/rest/auth/callback
https://api.us-east-1.keragon.com/rest/auth/callback
22. Copy your Client ID & secret
Copy your Client ID & secret
The guide covered the steps to find your OAuth 2.0 client credentials in Google Forms