drive:ifs

Last commit made on 2015-09-07
Get this branch:
git clone -b ifs https://git.launchpad.net/drive

Branch merges

Branch information

Name:
ifs
Repository:
lp:drive

Recent commits

4ffc67d... by Emmanuel Odeke <email address hidden>

ifs parsing started

e9c272f... by Emmanuel Odeke <email address hidden>

new: mime alias for slides or presentations

08fdb33... by Emmanuel Odeke <email address hidden>

version bump to v0.2.9!

6bc6ee6... by Emmanuel Odeke <email address hidden>

coerce csv,tsv to officedocs

This is because Google Drive fails to convert text/csv types
to Spreadsheets, however with the Spreadsheet coercion it alludes
them to Spreadsheets but on final open it will fully convert it to a
Google Sheet. See the tricky thing though is that trying to force
csv/tsv directly to Google Sheets fails since Google Docs catches this
and then reverts them to text documents.

906eb82... by Emmanuel Odeke <email address hidden>

Edited the README file

c0053c4... by Emmanuel Odeke <email address hidden>

serve-url: use open entry point instead of hostURL

Use the standard Google Drive entry point url instead of the
hostURL which is useful for published files but not for private ones

ab87f27... by Emmanuel Odeke <email address hidden>

open command added

b41dc46... by Emmanuel Odeke <email address hidden>

url command implemented

9a4b47f... by Emmanuel Odeke <email address hidden>

emptyTrash: only do deletion preview if canPrompt

9328348... by Emmanuel Odeke <email address hidden>

Godeps updated