1 comment

[ 3.5 ms ] story [ 13.8 ms ] thread
So I built an app using Google's OAuth for logging in and also getting access to Drive/Docs.

What my product does, it fetches the data from the docs/pics from Drive and send it as a blog post during the build time to Vercel.

I built it primarily for myself, so for me it works without issues.

Now that I want to open it to the public, I needed to go through the verification process with Google (so my users don't get warnings during the signup). Reading the guide, I believe I will fall in the Sensitive Scope Verification.

Has anybody gone through this, and what are the realistic chances they don't approve my app?