I am encountering a recurring login prompt weekly from the google account I have connected, is there any permanent fix available to avoid re-entering my login credentials every week?
@asheleytolmie If you set your app’s status to Production. It won’t need to authenticate again.
They’re requesting the following:
App domain
To keep both you and your users secure, Google only allows apps that are using OAuth to be on Authorized Domains. The following information will be displayed to users on the consent screen:
Application home page
Link to your homepage for users.
Application privacy policy link
Link to your public privacy policy.
Application terms of service link
Link to your public terms of service.
And I do not own a website…
Hey @asheleytolmie Google credentials gets expired every week because it should generate the token every 7 days if you’re in testing app configuration.
@asheleytolmie Google will only demands full verification which you have mentioned including policy links for your app if you request for access to restricted or sensitive scopes, to be used by majority of the users.
Can you confim if this is what is happening?
if its a backend workflow, switch to google service account — no oauth verification needed. otherwise if youre testing locally, localhost redirects work fine in testing mode. the weekly token refresh is just part of testing status though, moving to production needs the domain + policies verification
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.