bernd-wechner / Degoo

CLI tool(s) for working with Degoo cloud storage
Other
143 stars 41 forks source link

Login Failed with: 400: #51

Open zioalex opened 2 months ago

zioalex commented 2 months ago

Hi there, I cannot login.

I get the error 400

./degoo_login                            
username: my_email@gmail.com                                             
Password:                                                               
Login failed with: 400:                                                 
Login failed.                                                           

Running it with -vvv doesn't produce any additional log.

Can you support?

bernd-wechner commented 2 months ago

I'd double check that:

  1. You have the latest codebase, because login issues were fixed in https://github.com/bernd-wechner/Degoo/commit/bc92782790771faacd506e4d110622633bc120b6

  2. Double check you are using exactly the username and password that works when you use the Degoo web interface and that you are able to log onto the web interface form the same machine as you are trying to use this script (Error 400 conveys little information: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400).

Note that I'm not using this myself yet, regularly, as I'm far too busy to have moved it to a the state I need for say a nightly sync to my degoo repo (which is loosely my goal). But I did fix the nasty login issues that Degoo created for us, in the commit above, when finally a Python package appeared that could do JA3 fingerprint impersonation (standard Python Libs haven't reached that state yet).

Sfinx commented 2 months ago

same here with latest git 3b646f546