rclone/backend/drive
albertony 8e6a469f98 fspath: allow unicode numbers and letters in remote names
Previously it was limited to plain ASCII (0-9, A-Z, a-z).

Implemented by adding \p{L}\p{N} alongside the \w in the regex,
even though these overlap it means we can be sure it is 100%
backwards compatible.

Fixes #6618
2022-12-12 13:24:32 +00:00
..
test drive: add --drive-import-formats 2018-09-25 15:20:23 +01:00
drive_internal_test.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
drive_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
drive.go fspath: allow unicode numbers and letters in remote names 2022-12-12 13:24:32 +00:00
upload.go backends: Add context checking to remaining backends #4504 2021-03-16 16:17:22 +00:00