We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users are no longer able to upload via Google.
When you attempt to python3 piTransfer.py reauthGoogle, the response is a failure message:
python3 piTransfer.py reauthGoogle
Error in Google re-auth : Missing property "redirect_uris" in a client type of "installed"
It appears this is as a result of changes Google has made to their API (Making Google OAuth interactions safer by using more secure OAuth flows) and applies to new API apps created after Feb 28, 2022.
I'm looking into how best to restore this functionality while at the same time not breaking it for existing users.
- G.
The text was updated successfully, but these errors were encountered:
greiginsydney
No branches or pull requests
Users are no longer able to upload via Google.
When you attempt to
python3 piTransfer.py reauthGoogle
, the response is a failure message:It appears this is as a result of changes Google has made to their API (Making Google OAuth interactions safer by using more secure OAuth flows) and applies to new API apps created after Feb 28, 2022.
I'm looking into how best to restore this functionality while at the same time not breaking it for existing users.
- G.
The text was updated successfully, but these errors were encountered: