What is the problem you are having with rclone?
Im probably the problem, not sure if Im doing correctly....I want to move folders and files from mega to protondrive. I tried to follow instructions and try to do everything correctly as well as asking for help. Im new and im respectfully requesting help.Thanks
rclone move mega: "proton drive": --delete-empty-src-dirs --checksum --ignore-existing --verbose --dry-run
2023/11/04 07:17:21 Failed to create file system for "mega:": couldn't login: Post "https://g.api.mega.co.nz/cs?id=662184533": dial tcp: lookup g.api.mega.co.nz on 10.98.0.1:53: read udp 192.168.0.26:***->10.98.0.1:53: i/o timeout
So i removed mega "2fa" and then was able to..
rclone lsd mega:
-1 2023-04-01 06:45:44 -1 Camera uploads
-1 2023-10-21 01:23:41 -1 MEGAsync Uploads
-1 2023-11-01 01:29:12 -1 OpenShotProjects_FB
-1 2023-02-01 19:55:09 -1 kids
-1 2023-06-05 00:22:30 -1 sjHighSchool
-1 2023-02-04 11:56:42 -1 snapchat_fam
-1 2023-05-30 12:14:51 -1 zip_kids_pics
so i tried again
https://pastebin.com/28sHuAGb
rclone lsd "proton drive":
2023/11/04 07:25:41.320357 ERROR RESTY 401 GET https://mail.proton.me/api/core/v4/users: Invalid access token (Code=401, Status=401), Attempt 1
2023/11/04 07:25:41.469264 ERROR RESTY 422 POST https://mail.proton.me/api/auth/v4/refresh: Invalid refresh token (Code=10013, Status=422), Attempt 1
2023/11/04 07:25:45.251779 ERROR RESTY 422 POST https://mail.proton.me/api/auth/v4/2fa: Incorrect login credentials. Please try again. (Code=8002, Status=422), Attempt 1
2023/11/04 07:25:45 Failed to create file system for "proton drive:": couldn't initialize a new proton drive instance: 422 POST https://mail.proton.me/api/auth/v4/2fa: Incorrect login credentials. Please try again. (Code=8002, Status=422)
I then removed protondrive 2fa, deleted the protondrive remote and reconfigured it and tried agin..
rclone move mega: proton: --delete-empty-src-dirs --checksum --ignore-existing -vv --log-file=FILE --dry-run
[https://pastebin.com/YJv0jvJD](https://pastebin.com/YJv0jvJD)
#### Run the command 'rclone version' and share the full output of the command.
rclone version
rclone v1.64.2
- os/version: debian 12.2 (64 bit)
- os/kernel: 6.1.0-13-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.3
- go/linking: static
- go/tags: none
Are you on the latest version of rclone? You can validate by checking the version listed here: https://rclone.org/downloads/
-->
yes
#### Which cloud storage system are you using? (eg Google Drive)
mega and protondrive
#### The command you were trying to run (eg `rclone copy /tmp remote:tmp`)
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
rclone move mega: proton: --delete-empty-src-dirs --checksum --ignore-existing --verbose --dry-run
#### Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
rclone config redacted
[mega]
type = mega
user = XXX
pass = XXX
[proton]
type = protondrive
username = XXX
password = XXX
client_uid = XXX
client_access_token = XXX
client_refresh_token = XXX
client_salted_key_pass = XXX
Double check the config for sensitive info before posting publicly
#### A log from the command that you were trying to run with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
[https://pastebin.com/YJv0jvJD](https://pastebin.com/YJv0jvJD)