handyman5 / acd_fuse

FUSE filesystem driver for Amazon Cloud Drive
Other
187 stars 23 forks source link

403:Forbidden #13

Closed procmail closed 9 years ago

procmail commented 9 years ago

Hi,

On a Mac, I get the following error:

Login successful; starting filesystem Traceback (most recent call last): File "./acd", line 468, in fs.main() File "./acd", line 88, in main self.download = self.api.can_device_download() File "/Users/eric/.virtualenvs/acd/acd_fuse-master/pyacd/api.py", line 146, in can_device_download resp_json=json.loads(pyacd.do_get(end_point)) File "/Users/eric/.virtualenvs/acd/acd_fuse-master/pyacd/connection.py", line 32, in do_get return _do_request(req,None) File "/Users/eric/.virtualenvs/acd/acd_fuse-master/pyacd/connection.py", line 85, in _do_request e.msg pyacd.exception.PyAmazonCloudDriveError: PyAmazonCloudDriveError: https://www.amazon.com/clouddrive/api/?deviceId.deviceType=ubid&ContentType=JSON&deviceId.deviceSerialNumber=182-4412315-0887523&Operation=canDeviceDownload&customerId=++%3A+%270%27%2C%0A++++++++++++++++++++++++++++++++campaignId++%3A+%27PRICING_2015%27%2C+%0A++++++++++++++++++++++++++++++++deviceClass+%3A+%27web%27%0A++++++++++++++++++++++++++++%7D%29%2C%0A++++++++++++++++beforeSend++%3A+function%28xhr%29+%7B%0A++++++++++++++++++++xhr.setRequestHeader%28%0A++++++++++++++++++++xhr.setRequestHeader%28%27x-Cookie%27%2C+%27session-id-time%3D2082787201l%3B+skin%3Dnoskin%3B+wl-uid%3D183-7137901-4456421%3B+x-wl-uid%3D1DS5eA18TMo%2FLgMPuEb5b0x5gf0IhWuSa6qDhwfy9oA6eaYNNPuEldItmJ5cRsFskVYhFNOnY0iI%3D%3B+nav2%3D%3B+session-id%3D183-7137901-4456421%3B+session-token%3D0vYDfu6VsSaTZQas8l9POkF%2BGNjHtTzIKySBVvC0b6QfjOeD%2BI5e9yL4CZJAIwp76ONLpRBcLCMPS5r5R0xI2o4AtU9y1bw6oXEsUmVIbqEpWVg36I6CeTDdtkRA5B%2BQRXJ%2BzgvhEkDd0v7l%2B0XjcPoF71UAcPJb8fLFYtqdvxWq%2FW0dj6cIvzcB2i4frVDnCxOTN0ZAG8bCjbMo14ehKxRaIOl1cFIAhRaddXuITLEJTs0inp3HT1YGJwnH28pc%3B+ubid-main%3D182-4439373-0889730%27%29%3B%0A++++++++++++++++%7D%2C%0A++++++++++++++++xhrFields+++%3A+%7B+withCredentials%3A+true+%7D%2C%0A++++++++++++++++complete++++%3A+cdClose%0A++++++++++++%7D%29%3B%0A++++++++%7D%0A%0A++++++++function+triggerClose%28%29+%7B%0A++++++++++++cdAcknowledge%28%29%3B%0A++++++++%7D%0A++++%3C%2Fscript&_=1428281490 {'X-amzn-sessionid': '183-7123567-4476578'} 403:Forbidden

At this point I'm back in the command line. Any ideas?

seppi91 commented 9 years ago

Duplicate of #4