rclone/backend/linkbox
Vitaly 4258ad705e linkbox: fix working with names longer than 8-25 Unicode chars.
The LinkBox API does not allow searching by more than 25 Unicode
characters in the name, for this reason it is currently impossible to
work with files and folders named longer than 8 Unicode chars (if
encoded in base32).

This fix queries all files in a directory for long names and checks
their names one by one, thus solving the issue.

Fixes #7542
2024-03-24 12:05:58 +00:00
..
linkbox_test.go linkbox: fix working with names longer than 8-25 Unicode chars. 2024-03-24 12:05:58 +00:00
linkbox.go linkbox: fix working with names longer than 8-25 Unicode chars. 2024-03-24 12:05:58 +00:00