Mail.ru: some folders was exclude due to unknown resource type

Hi everybody.

When i do mount/rsync/whathever on my mail_ru cloud, i see in the log that some folders were disabled due to an unknown folder type, like folder "Camera uploads", which automatically maked by mail_ru mobile app and contains all the photo from mobile gallery. This also happens with folders, those been shared with the another users (in my example, this is a regular folder "CUBE" that stores several clips from my action camera, and i give access with those to another)
Is this a bug (or a feature of mail_ru folder type description)? Or i haven't done some config items?

Technical data:

Linux OpenWRT 19.0.2 4.14.171 #0 Thu Feb 27 21:05:12 2020 mips GNU/Linux

rclone v1.51.0
- os/arch: linux/mipsle
- go version: go1.13.7
cat /mnt/usb_hdd/clouds/bin/rclone.conf
[mailru]
type = mailru
user = *******
pass = *******
speedup_enable = false
speedup_max_disk = 0
speedup_max_memory = 0
check_hash = true
token = *****
./rclone  -vv --config=/mnt/usb_hdd/clouds/bin/rclone.conf --use-mmap --transfers 1 --progress mount mailru:/ /mnt/mailru/ --read-only
ls /mnt/mailru/
2020/05/03 16:11:10 DEBUG : rclone: Version "v1.51.0" starting with parameters ["./rclone" "-vv" "--config=/mnt/usb_hdd/clouds/bin/rclone.conf" "--use-mmap" "--transfers" "1" "--progress" "mount" "mailru:/" "/mnt/mailru/" "--read-only"]
2020/05/03 16:11:10 DEBUG : Using config file from "/mnt/usb_hdd/clouds/bin/rclone.conf"
2020/05/03 16:11:10 DEBUG : []: Mounting on "/mnt/mailru/"
2020/05/03 16:11:10 INFO  : []: poll-interval is not supported by this remote
2020/05/03 16:11:10 DEBUG : Adding path "vfs/forget" to remote control registry
2020/05/03 16:11:10 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/05/03 16:11:10 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/05/03 16:11:10 DEBUG : : Root:
2020/05/03 16:11:10 DEBUG : : >Root: node=/, err=
2020/05/03 16:11:26 DEBUG : /: ReadDirAll:
2020/05/03 16:11:29 DEBUG : []: Excluding path "/Camera Uploads" from list: Unknown resource type "camera-upload"
2020/05/03 16:11:29 DEBUG : []: Excluding path "/CUBE" from list: Unknown resource type "shared"
2020/05/03 16:11:29 DEBUG : /: >ReadDirAll: item=35, err=

this looks like this issue.

Ooops, thanks.
I don't finded this issue on my own.

Its okay. Now others will also find it easier.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.