What is the problem you are having with rclone?
When i try to add Pikpak as cloudstorage it will be fail always with this error:
2023/08/18 17:14:43 Fatal error: failed to retrieve token using username/password: oauth2: "not_found" "query user not found"
I try it with different versions of rclone. On ubuntu on windows, i change my username, my password nothing work.
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.0-beta.7249.156c372cd
- os/version: alpine 3.18.0 (64 bit)
- os/kernel: 5.15.0-79-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.0
- go/linking: static
- go/tags: none
Which cloud storage system are you using?
PikPak
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
/ # rclone config
Current remotes:
Name Type
==== ====
backup crypt
crypt crypt
pikpak pikpak
test drive
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> e
Select remote.
Choose a number from below, or type in an existing value.
1 > backup
2 > crypt
3 > pikpak
4 > test
remote> 3
Editing existing "pikpak" remote with options:
- type: pikpak
- user: andrespetzius@hotmail.de
- pass: *** ENCRYPTED ***
Option user.
Pikpak username.
Enter a string value. Press Enter for the default (xxxxxx@hotmail.xxx).
user> xxxxxxx00
Option pass.
Pikpak password.
Choose an alternative below. Press Enter for the default (n).
y) Yes, type in my own password
g) Generate random password
n) No, keep existing (default)
y/g/n> y
Enter the password:
password:
Confirm the password:
password:
Edit advanced config?
y) Yes
n) No (default)
y/n> n
Error: failed to retrieve token using username/password: oauth2: "not_found" "query user not found"
Usage:
rclone config [flags]
rclone config [command]
Available Commands:
create Create a new remote with name, type and options.
delete Delete an existing remote.
disconnect Disconnects user from remote
dump Dump the config file as JSON.
edit Enter an interactive configuration session.
file Show path of configuration file in use.
password Update password in an existing remote.
paths Show paths used for configuration, cache, temp etc.
providers List in JSON format all the providers and options.
reconnect Re-authenticates user with remote.
redacted Print redacted (decrypted) config file, or the redacted config for a single remote.
show Print (decrypted) config file, or the config for a single remote.
touch Ensure configuration file exists.
update Update options in an existing remote.
userinfo Prints info about logged in user of remote.
Flags:
-h, --help help for config
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
2023/08/18 17:14:43 Fatal error: failed to retrieve token using username/password: oauth2: "not_found" "query user not found"
The rclone config contents with secrets removed.
[test]
type = drive
client_id = xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
client_secret = jxxxxxxxxxxxxxxxxxxxxxxxxx
scope = drive
token = xxxx
[crypt]
type = crypt
remote = test:xxxxxxx
filename_encryption = standard
directory_name_encryption = true
password = xxxxxxxxxxxxxxxxxxxx
password2 = xxxxxxxxxxxxxxxxxxxxo
[backup]
type = crypt
remote = test:Backup
filename_encryption = standard
directory_name_encryption = true
password = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
password2 = xxxxxxxxxxxxxxxxxxxxxxxx
A log from the command with the -vv
flag
(https://pastebin.com/hXFHNfZn)
thank you