- Go to API Console
- Create new project
- Under "ENABLE APIS AND SERVICES" search for "Drive", and ENABLE the "Google Drive API".
- Click "Credentials" in the left-side panel
- Click CONFIGURE CONSENT SCREEN -> External -> CREATE -> enter name, email -> SAVE AND CONTINUE
- Add scopes -> Save and continue
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.metadata.readonly
- DO NOT create any test user -> Save and continue ->Back to Dashboard
- Credentials again -> Create Credentials -> OAuth client ID
- Choose "Desktop App", enter the app name ->CREATE
- OAuth consent screen in the left panel-> click PUBLISH APP
DONE - do not prepare any verification or go back to testing. You can close the browser create new remote with your new client_id and client_secret
and start using it