MDKPredator/degoo_drive

copying, deleting files

swannie-eire opened this issue · 4 comments

follow on from #12

i have this running in a docker container on ubuntu 20.

i entered the credentials and keys into the relevant files. i can see all files that are in the degoo storage.

if i copy a tiny txt file using cp. the command completes but the file is not in the degoo dir after running ls. I also dont see the file in the webui.

Screenshot 2023-08-15 at 2 50 50 p m

I seen the disclaimer about cp/mv but i dont see any failures in the logs.

where are the logs stored on the container for this as i grepped through /var/log/* but dont see them and i dont see the warn logs when run docker logs --since=1h degoo

docker logs --since=5m degoo | grep -i test-cmd
2023-08-15 13:50:34.873 MainThread: [__main__] lookup for test-cmd.txt in 19804776267
2023-08-15 13:50:34.874 MainThread: [__main__] lookup for test-cmd.txt in 19804776267
2023-08-15 13:50:34.878 MainThread: [__main__] _add_path for 783826, /tmp/degoo/test-cmd.txt

Sorry for the delay in replying. I'm with other projects and right now I can't spend the time I would like to dedicate to this one.

About the error, probably because it is a very small file the upload is different, as it happens when you try to download a text file of a few bytes.

Best regards.

Thanks.ill try with a bigger file and see how it goes.

Out of curiosity have you got this to reliability work for you?

I haven't been able to test it, but I don't think it will work

I have the same issue: I have several files of 300-400MB. Some work, some don't. The copy succeeds but the file does not exist. It is 100% reproducable.

Could be the checksum?!