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 118 forks source link

basic security question about drive authorization #122

Closed matanox closed 5 years ago

matanox commented 6 years ago

Does authorizing Skicka in google drive authorize any scicka installation on any computer, or is it specific to the installation made on the computer where the authorization is taking place?

Thanks!!!

mmp commented 6 years ago

After authorizing skicka, the authorization tokens are saved in a file that is, by default, .skicka.tokencache.json, in the current user's home directory (set to have permissions to only be readable by the current user). That can be overridden using the -tokencache command line flag.

To answer your specific question, it should only authorize the current user, for a single specific google account.