Nick Craig-Wood
Nick Craig-Wood
@me-and How do you make a Personal Vault folder? I don't have one in my test account - is it a paid feature? Can you do `rclone lsf -vv --dump...
I wonder if detecting it via RemoteItem.ParentReference.SiteURL containing my.microsoftpersonalcontent.com is the best we can do? I haven't found any API docs on this. Have you seen any?
@me-and Do you see the "Personal Vault" in this listing? ``` rclone lsf onedrive: ``` If so I'd really like to see the results of this. Specifically what I want...
Thank you - got it. Here is the item for the "Personal Vault" with all the ID strings replaced with "XXX". I wish there was a more obvious identifier. There...
I have a Personal Vault now! I can see it in the web interface and I put something in it. It does not appear in the API though. Maybe Microsoft...
Thanks @FernandoRD I didn't know if the Personal Vault name was localised or not. That is going to make detecting it even harder, alas.
> The preferred behavior, especially for less-compliant WebDAV endpoints like UGREEN NAS, should be to **create directories sequentially, one level at a time** (e.g., `MKCOL /path`, then `MKCOL /path/to`, then...
If `MKCOL` returns a 405 error then rclone takes that to mean the collection already exists. https://github.com/rclone/rclone/blob/e5e6a4b5aebba4e33e86ee3506174997c12d1bad/backend/webdav/webdav.go#L1016-L1033 This has been in since first commit 7f3dc9b5c41a77f146224175c3467e85cba338c7 so I don't want to...
Hmm, this looks like it might be a bug in the Azure SDK. Can you try [the latest beta](https://beta.rclone.org/) which has a later SDK version in?
I also made a version of rclone with the very latest SDK for you to try too [v1.72.0-beta.9292.b9145b787.update](https://beta.rclone.org/branch/update/v1.72.0-beta.9292.b9145b787.update/) on branch [update](https://github.com/rclone/rclone/tree/update) (uploaded in 15-30 mins)