chromium / axiom

Axiom Project
https://chromium.github.io/axiom/web_shell/
Apache License 2.0
53 stars 26 forks source link

GDrive FS support #81

Closed ussuri closed 9 years ago

ussuri commented 9 years ago

@rginda

Current limitations:

1) Files are uploaded with no metadata (e.g. mimeType) 2) A new file is created even if one with the same path already exists 3) Mkdir and rm are not implemented yet

ussuri commented 9 years ago

Addressed the comments. I'll add mkdir, move, unlink, alias, and random write in a follow-up CL(s).

ussuri commented 9 years ago

Addressed all the comments + fixed a number of bugs.

ussuri commented 9 years ago

@rpaquay Could you review the last batch of commits (starting with fb6be41)? It's not a lot of changes, mostly just bug fixes. I depend on this PR to upload another one with the updated mount command and dynamic FS mounting.

ussuri commented 9 years ago

@rpaquay: Addressed comments, PTAL.

rpaquay commented 9 years ago

lgtm

ussuri commented 9 years ago

Thanks, landing. I hope nothing breaks :)