caseymrm / drivesink

A tool for syncing photos with Amazon Cloud Drive from the command-line.
https://drivesink.appspot.com/
MIT License
106 stars 18 forks source link

Fixes for issues #3 and #4 #5

Closed alamers closed 9 years ago

alamers commented 9 years ago

Hi,

I took the liberty to fix the issues #3 and #4. For #4 I haven't been able to track why python triggers an internal server error, I did some changes to get it closer to a working curl call. In the end, I simply used curl for the upload.

Kind regards, Arjan

caseymrm commented 9 years ago

Thanks for the fixes, I applied the ones for #3, but the curl changes for #4 don't work for me since I'm primarily using this on Google App Engine, where you can't shell out to curl. I'll see if I can track down the problem there.