greiginsydney / Intervalometerator

A multi-purpose time-lapse DSLR camera controller
GNU General Public License v3.0
54 stars 9 forks source link

Error in Google re-auth : Missing property "redirect_uris" in a client type of "installed" #118

Open greiginsydney opened 2 years ago

greiginsydney commented 2 years ago

Users are no longer able to upload via Google.

When you attempt to python3 piTransfer.py reauthGoogle, the response is a failure message:

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.