This project was made to make it easier to download files from the degoo cloud storage.
If you need more features for working with cloud degoo storage or if you want answers to why this project was created, then the following repository explains it in some detail https://github.com/bernd-wechner/Degoo
- Download the project
- Install the dependencies with
npm ci
(install node.js if you don't have it) - Run the project with
npm start-prod
- Open the browser without CORS and go to
localhost:4200
- Login to your degoo account on official website
- Find refreshToken in the browser cookies and write it to the refreshToken field in the application
You can track the download process in the developer tools
There are many articles on the Internet on this topic. Here is one of them https://medium.com/@beligh.hamdi/run-chrome-browser-without-cors-872747142c61.
Pull requests are welcome.