OfficeDocs-SharePoint icon indicating copy to clipboard operation
OfficeDocs-SharePoint copied to clipboard

Defaultfolderlocation should be in an array

Open timnottom opened this issue 2 years ago • 3 comments

The key for "DefaultFolderLocation" should be in an array to work. The example says otherwise, but when using the example as it is right now, it doesn't work.

Direct link: https://docs.microsoft.com/en-us/onedrive/deploy-and-configure-on-macos#defaultfolderlocation

What it says right now in the documentation:

<key>DefaultFolder</key>
  <dict>
    <key>Path</key>
    <string>(DefaultFolderPath)</string>
    <key>TenantId</key>
    <string>(TenantID)</string>
</dict>

it should be:

<key>DefaultFolder</key>
<array>
  <dict>
    <key>Path</key>
    <string>(DefaultFolderPath)</string>
    <key>TenantId</key>
    <string>(TenantID)</string>
  </dict>
</array>

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

timnottom avatar May 20 '22 15:05 timnottom

Hello @timnottom I am looking into this

get-itips avatar Jun 24 '22 15:06 get-itips

Hello @timnottom Tim, Can you please confirm if you still have to set it as an Array? Thank you

get-itips avatar Jul 26 '22 19:07 get-itips

Hi @get-itips I've just tried it with macOS Monterey 12.5, Onedrive 22.151.0717 and yes it still needs to be in an array.

timnottom avatar Jul 29 '22 19:07 timnottom

Hello @timnottom Tim, I asked the team and they suggested to open a support request as that was not experienced by others, in any case, if, as a result of the support analysis, an update is required we will be impacting the article. Thanks for your feedback.

get-itips avatar Sep 01 '22 17:09 get-itips