Buffalo
Buffalo

Reputation: 4052

Google Data Studio connector - "your app isn't verified", but OAuth connector is?

I have a Google Data Studio community connector. When first authorizing the connector, users get this warning page:

connector1.png

So I went ahead and made a verified credentials OAuth connector thingy:

enter image description here

Users still get that warning page - naturally. BUT! before submitting the verification request, on this page, it says:

Authorize and test your connector using a new account after passing the OAuth verification process to ensure that Unverified app screen is not displayed to your users.

Well, my OAuth credentials project is verified, any idea why I'm still getting the "app isn't verified" error?

Upvotes: 0

Views: 618

Answers (1)

Minhaz Kazi
Minhaz Kazi

Reputation: 3168

You need to make sure OAuth verification was done for all the scopes that you require in your connector.

  1. Check your connector scripts scopes by going to File > Project Properties > Scope in Apps Script UI.
  2. In GCP Console, in the screen in your screenshot, edit the App to see the list of "Scopes for Google APIs".

Everything in #1 needs to be included in #2.

Upvotes: 0

Related Questions