What is the problem you are having with rclone?
Dear, i can read my folder during 1 week, but now i get this error:
2024/04/01 11:14:44 INFO : : Valid token not found, authorizing.
Run the command 'rclone version' and share the full output of the command.
rclone version
rclone v1.61.1
- os/version: ubuntu 22.04
- os/kernel: 4.4.38-v7+ (armv7l)
- os/type: linux
- os/arch: arm
- go/version: go1.19.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone --config rclone_generateovpn.conf -v ls HomeRaspHostFilesMailRu:
2024/04/01 11:18:26 INFO : []: Valid token not found, authorizing.
2024/04/01 11:18:27 Failed to create file system for "HomeRaspHostFilesMailRu:": failed to authorize: oauth2: server response missing access_token
A log from the command that you were trying to run with the -vv
flag
rclone --config rclone_generateovpn.conf -vv ls HomeRaspHostFilesMailRu:
2024/04/01 11:19:04 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "--config" "rclone_generateovpn.conf" "-vv" "ls" "HomeRaspHostFilesMailRu:"]
2024/04/01 11:19:04 DEBUG : Creating backend with remote "HomeRaspHostFilesMailRu:"
2024/04/01 11:19:04 DEBUG : Using config file from "/home/jamesraspberry/Bureau/Scripts/rclone_generateovpn.conf"
2024/04/01 11:19:04 INFO : []: Valid token not found, authorizing.
2024/04/01 11:19:05 Failed to create file system for "HomeRaspHostFilesMailRu:": failed to authorize: oauth2: server response missing access_token
I create an Application Key, and i receive a e-mail notification which it says detect an suspect application using my account. How can i resolve this?
My bashscript use rclone command to read every 1 minute folder.
Do you know what is the problem please and how can i resolve?
Thank you.