Reputation: 4052
I have a Google Data Studio community connector. When first authorizing the connector, users get this warning page:
So I went ahead and made a verified credentials OAuth connector thingy:
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
Reputation: 3168
You need to make sure OAuth verification was done for all the scopes that you require in your connector.
Everything in #1 needs to be included in #2.
Upvotes: 0