Rclone Mail.ru shared folder

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.

hi, best to update rclone and test again.

the actual error is missing access_token

hard to know that is going on, as the config file was never posted?
rclone config redacted HomeRaspHostFilesMailRu:

[HomeRaspHostFilesMailRu]
type = mailru
user = test@mail.ru
pass = XXXXXXXXXXXXXXXXX
speedup_enable = true
token = {"access_token":"1c72d3ab6a03767eaf4f6afbe6eb0c032af3ea9c37363830","token_type":"Bearer","refresh_token":"bce986a6dc8277f0a0a7a523b88c2b312af3ea9c37363830","expiry":"2024-03-28T01:57:53.857858092+01:00"}

need to do that

after updating rclone, i would try rclone authorize
or just start over, create a new remote

I upgrade the new version of rclone, same problem, what do you mean by authorize command, how can i use with mail.ru?

Thank you.

the provider blocked you, need to contact them.

check the rclone docs.