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

fully wrap *drive.File in the gdrive interface #57

Closed mmp closed 9 years ago

mmp commented 9 years ago

It would be a bit cleaner for gdrive to provide its own representation for a file on Drive (maybe e.g. including the entire Drive pathname), and no longer return / take *drive.Files through it interface. Then calling code in skicka could be completely independent of the details of the official Drive API.