Discussions
Problems with authorization URL
1 day ago by null
Hello,
When I generate and open the authorization URL in the browser via Google App Script, instead of being taken to the login/authorization screen, I’m redirected to: https://tcpsoftware.com/products/humanity/
This suggests that either the client_id
is not recognized or the redirect URI has not been fully approved in your system.
Can you please verify that:
- The application is properly registered and active?
- The
redirect_uri
listed above is fully allowed and matches your requirements?
We are using this integration with Google Apps Script for an internal tool to automate schedule reporting.
Thanks in advance for your help!