rclone/backend/onedrive
nielash 68dc79eddd onedrive: fix references to deprecated permissions properties
Before this change, metadata permissions used the `grantedTo` and
`grantedToIdentities` properties, which are deprecated on OneDrive Business in
favor of `grantedToV2` and `grantedToIdentitiesV2`. After this change, OneDrive
Business uses the new V2 versions, while OneDrive Personal still uses the
originals, as the V2 versions are not available for OneDrive Personal. (see
https://learn.microsoft.com/en-us/answers/questions/1079737/inconsistency-between-grantedtov2-and-grantedto-re)
2024-05-10 16:25:08 +01:00
..
api onedrive: fix references to deprecated permissions properties 2024-05-10 16:25:08 +01:00
quickxorhash fs: update use of math/rand to modern practice 2024-01-03 16:14:40 +00:00
metadata.go onedrive: fix references to deprecated permissions properties 2024-05-10 16:25:08 +01:00
metadata.md onedrive: skip writing permissions with 'owner' role 2024-05-10 16:25:08 +01:00
onedrive.go onedrive: fix --metadata-mapper called twice if writing permissions 2024-04-02 14:57:43 +01:00
onedrive_internal_test.go onedrive: fix references to deprecated permissions properties 2024-05-10 16:25:08 +01:00
onedrive_test.go onedrive: add support for china region operated by 21vianet #4963 (#4963) 2021-01-29 23:04:21 +03:00