Search code examples
google-drive-apigoogle-oauth

How to verify app which is currently using localhost


I have NodeJS app which needs access to Google drive so I added sensitive scope of .../auth/drive, which needs verification by Google even when only running on localhost.

is there an easy way? either skip verification or verify in much simpler way, do hope Google can make my life easy! already took hours if not days to make signin working, now drive, what else ahead!


Solution

  • as pointed by Iamblichus, stackoverflow.com/a/69343557 is the solution