Google Drive OAuth - Changing status

While configuring your OAuth consent screen for Google Drive connection, has anyone been able to change the status from “Publishing” to “In Production” to avoid the weekly reauthorization? It needs verification to publish app, therefore go through the Google verification process. Has anyone succesfully done this process?

Welcome to the Make community!

Verification is not required to remain in “Production”.

You can keep it in “Production” and ignore the suggestion to verify.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thx! I will keep it “in production” then and see…

No problem, glad I could help!

1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.

2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

@samliew A couple of days ago, I was able to use Google apps like Gmail and Sheets without requiring verification.

However, while reviewing the integration with Google Drive to extract and read some images I needed for social media posts, I encountered an OAuth error:

Error: Missing or invalid image file (324, OAuthException)  
Error: Invalid parameter (100, OAuthException)

I recalled that these types of permissions are usually requested when linking a Google app, which we need to create through Google Cloud by setting up a project, enabling the appropriate APIs, and creating the necessary OAuth client credentials.

Now, I’ve discovered that the app requires specific permissions labeled as “restricted.” According to Google and the OAuth 2.0 consent policies, in order to use or authorize access to “restricted” or “sensitive” scopes, the app must go through and pass a verification process.

Make’s documentation mentions that currently, verification is not required to use Google apps in our scenarios. However, they also note that this could change in the future and they cannot guarantee that it will remain this way.

So, I tried to start the verification process, but I got stuck at the step where you’re asked to provide the app’s domains. I’m unsure how to proceed because it states that you must include links to the app’s official website—one that you own—along with the privacy policy and terms & conditions.

My question is:

If I’m a Make user and I’m using a Google app that now requires verification, how can I complete the verification process successfully?