Error with Google Auth in a Streamlit app “Access blocked: authorisation error”
I’m developing a Streamlit app that integrates with Google Sheets using OAuth 2.0 for authentication. However, I’m bumping once and again into a Error 400: invalid_request
stating that a required parameter, redirect_uri
, is missing when trying to authenticate.
Screenshot of error