Failed login
Im trying to login using this, but i get the following error:
Logining to Amazon.com ... Traceback (most recent call last):
File "./acdmkdir.py", line 165, in
I'm running it with:
./acdmkdir.py -e [email protected] -p PASSWORD -s ~/.acdsession somewhere
Getting the exact same error.
Using acdlist.py, I get the same error message. But if I comment out the session.is_valid and session.is_logined checks, acdlist successfully shows the stuff on the Amazon Cloud Drive.
Apparently there are changes in the upstream repo (removing those checks, for example) that I did not successfully copy into this repo. I will update it further.
Ok, I can confirm, that it works, if I remove that. But now I have a different problem. Acdlist lists completly different files than web client. And anything I upload through acd is not seen on the web and vice versa.
See https://github.com/handyman5/acd_fuse/issues/10#issuecomment-90468203. I'm not sure what to do about this one.
Another login problem, which I'm having now:
pyacd.exception.PyAmazonCloudDriveError: PyAmazonCloudDriveError: You need to agree with license terms at web page: https://www.amazon.com/clouddrive
This happens when I try to upload a file through acdput.
@jurecotic ... Have you tried visiting that web page and agreeing with the license terms? This seems like a pretty straightforward error.
Well yes, I did agree with the license terms when I created the account and logged in for the first time. When I visit the page I don't get any prompts or anything...
Then I really have no idea, I'm afraid; I haven't seen that error myself.
@jurecotic you can try to comment out that check in api.py