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

Use standard modifiedDate field instead of the custom property #11

Closed agoode closed 10 years ago

agoode commented 10 years ago

This adds a bit of extra debug printing that you can elide if necessary.

The main thing that is missing is support for parsing crazy dates outside of the 0000..9999 year range. (Drive supports this but time.Parse does not.)

I am a Google employee so no need for CLA.

mmp commented 10 years ago

LGTM other than some nits. You should also add yourself to CONTRIBUTORS.