gilesknap / gphotos-sync

Google Photos and Albums backup with Google Photos Library API
Apache License 2.0
1.97k stars 161 forks source link

Google auth return URL unreacahble #416

Closed docwisdom closed 1 year ago

docwisdom commented 1 year ago

When running the sync command, the terminal output instructs to "Please visit this URL to authorize this application:". Upon clicking that link and allowing the application, google forwards to http://localhost:8080/?state=(session_token_here) which does not correspond to the requesting application. The terminal request subsequently just sits there without a return authorization. The guide does not give information on how to proceed from here.

gilesknap commented 1 year ago

closing as duplicate of #415