reallistic / BitcasaFileLister

List and download files in your bitcasa drive via api
https://rose-llc.com/bitcasafilelist/
16 stars 3 forks source link

Google Drive Status #33

Closed Rick7C2 closed 10 years ago

Rick7C2 commented 10 years ago

Just wondering if there is any news on Google Drive upload support?

reallistic commented 10 years ago

I have finished implementing this and am presently in the process of ironing out bugs and edge cases. I also need to research a better upload method because it seems the sdk uploader is a bit buggy and slow.

reallistic commented 10 years ago

Please checkout the gdrive branch. It has support for google drive. It is somewhat tested but is probably rather buggy so proceed cautiously.

Rick7C2 commented 10 years ago

Awesome! What are the known bugs/problems?

reallistic commented 10 years ago

The uploading seemed a bit buggy on the sdk side. I would get weird request type errors (you'll see them). For some reason when an upload has to be re-done it wasn't quite deleting the existing file properly and google drive allows you to upload as many duplicates as you want.

All in all, know more will come up but I haven't tested it as extensively as some of the other builds. I plan on majorly overhauling the application and didn't want to spend too much time debugging this because a lot of it will change.