node-clouddrive
node-clouddrive copied to clipboard
Node SDK and CLI for Amazon's Cloud Drive
Hello! In version 0.4.0 just got this: ``` undefined:1 ^ SyntaxError: Unexpected token < in JSON at position 0 at Object.parse (native) at Request._callback (/usr/local/lib/node_modules/clouddrive/dist/Account.js:352:30) at Request.self.callback (/usr/local/lib/node_modules/clouddrive/node_modules/request/request.js:187:22) at emitTwo...
UPDATE 01-06-2017 The issue is on Amazon side. They have removed access to V1 api. Like has happened to other projects. Thanks for the answer and great job @alex-phillips ---------------------------------...
Downloading from ACD, random jpgs get truncated. If i download the same folder many times, trucated jps are different every time. in the CLI, i get the transfer line and...
I made a script that downloads about 500 files from clouddrive, each one uses a separate `clouddrive download ` call. The problem is that after some calls I get this:...
…create "D:\Temp" directory but test if exists "Temp" directory. That leads to 409 errors
It can't resume on disconnected or token expired. My suggestion: - Cache file list (ex: 100.000 files) ``` folder = "my_pictures/2016/" cache_file = "/tmp/my_pictures-2016.cache.json" last_remember = "/tmp/my_pictures-2016.last.json" [ {"id":1, "name":...
SQLite driver sync: 2 minutes MongoDB driver sync: running forever!!!