1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00
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
..
2024-03-26 09:46:47 +00:00
2024-04-14 14:38:01 +01:00
2023-08-11 00:47:01 +09:00
2023-08-22 12:52:13 +01:00
2024-04-17 18:02:44 +02:00
2023-11-24 18:18:01 +00:00
2024-05-08 09:09:56 +09:00