Welcome to Degoo Discussions! #30
Replies: 5 comments 9 replies
-
Hi Bernd, If I may use casual greeting. I'm Jim, I think it's obvious that Degoo was able to make very bod claimes about the amount of storage you would have available to you because they crippeled the ability to upload data. I wish I coud help you code but I don't have the skill set. If you need any other help (I don't know what) send me a message and I'll try to help. Jim P. . |
Beta Was this translation helpful? Give feedback.
-
@nunyafb Nice to hear from you. I admit I've stalled on this for lack of time,m one of my main next priorities being to explore resumeable uploads and downloads for large files interrupted by connectivity issues. That was the one feature I want before I can run this script as a nightly backup, with the caveat that I was also waiting on Degoo to hopefully provide me with some more info on ways to get a hash of the remote file. The problem is for nightly backups of my system I need the script to check if the local file is already backed up. Without a hash the best strategy is to check the last modification time of the local file and compare against the last modification time of the remote (uploaded file). That I have implemented and could roll out with, but it's not as robust as comparing a hash of the local and remote for identity. Alas of course Degoo customer support is not all that responsive. Drag'n'drop is a whole other level of complexity as I have a simple CLI Python script that I'm hoping to use for nightly backups (schedule to run once nightly). For Drg'n'drop it would need to be a windowed program. This can be done, and added to this script, a simple GTK or QT window perhaps as a drag/drop target could be set up easily enough. But alas the second I or anyone creates such a window it begs more ... as in you'd want to add a tree view of the remote filesystem so you can select a folder to drop into for example and you'd want to add download and upload commands as well on menu, shortcut-menu, etc ... in short it's a bigger job. My personal priority when If ind time would be to try and get uploads and downloads resumeable on interruption. That is a very common thing and the backend Degoo use is Google Cloud which does support that of course but they have a secret API key that we don't have and so what we can directly with the Google cloud backend is rather limited. That's by design BTW, as they don't promise a Google cloud backend and have migrated once I believe, if I remember right early on the used Amazon storage. Anyhow as it stands I'm aiming to hat resumable and then running under cron or a systemd schedule on a nightly basis some time. But it's slow as I took on a few too many side jobs and suddenly lost time to keep moving on this one. It's still on the radar, but not any time real soon alas ... @iliabvf, Great solution. Alas I find the android app does not even reliably upload but hey .. if it's working for you, consider maybe a more beginner friendly how-to, posted here or as a gist linked to here etc. I'm sure some would be grateful. |
Beta Was this translation helpful? Give feedback.
-
is it possible that Degoo change something, I don't seem to be able to login with the CLIs tool. I keep getting "login failed with: 403: Forbidden". |
Beta Was this translation helpful? Give feedback.
-
has anyone made any progress. it seems that curl-impersonate does also have a replacement lib-curl. could we use that? I did try using curl-impersonate-ff from the command line and it does seem to allow logins!!! |
Beta Was this translation helpful? Give feedback.
-
After using Deggo for several years to backup photos, I encountered a problem downloading files. After communicating with technical support, they suggested that I download my entire database one file at a time manually. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions