I am facing issue while trying to authenticate my Google Drive account within an n8n workflow.
When attempting to connect the Google Drive node using OAuth2, I am blocked by Google with the following error message:The error details state: “The app is currently being tested, and can only be accessed by developer-approved testers.” (Error 403: access_denied)
Welcome to the community
@Hukmi
your Google OAuth application is in “testing” mode, which restricts access to a specific list of approved users. The standard solution is to add your Google account email address as a Test User in your Google Cloud Project. This is the most common fix for the “can only be accessed by developer approved testers” error.
Kindly mark as the solution if you found this helpful!