google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 119 forks source link

figure out oauth2 client id flow so users don't have to register an application #67

Closed mmp closed 9 years ago

mmp commented 9 years ago

The "getting started with skicka" flow of "go to console.developers.google.com and register an application" is fairly annoying. It would be good to figure out how to set up the auth stuff so that this isn't necessary.

mmp commented 9 years ago

Fixed by 256b375fee45e03ce27ab259c0b0b4afa3f6183b. And then c26f32b0821ed12832fadd2e8d04459d16f6cb2c opens up a browser window directly for authorization, which is also nice.