Hi guys,
I'm playing around with the Google Drive API for a hobby project, and apparently to use that API I need to create a Google Cloud project etc. When setting up the OAuth consent screen I get this response "An error saving your app has occurred".
If I use chrome's debugging tools to look at the request I see this:
{"error":{"code":7,"message":"The request has been classified as abusive and was not allowed to proceed.","details":[{"@type":"
type.googleapis.com/google.rpc.ErrorInfo","reason":"ABUSE_CHECK_FAILURE","domain":"
clientauthconfig.googleapis.com"}]}}
Any idea where to start with this? I'm not planning to give this app out to anyone so I only need it to work with my own account. I did see there was a user type called "internal", however only seems to be available for Google Workspace users which is a paid service, and I'm just messing around at this stage.
Any help much appreciated!
Cheers
Joe