Welcome to the new Box Support website. Check out all the details here on what’s changed.

How to create a folder inside Parent folder in BOX.V2.Core in Dotnet

New post

Comments

1 comment

  • Official comment
    Kourtney

    Box will return a 409 error if there is already a subfolder already exists, within the given parent folder, with the same name you're trying to use. 

    Here's how to create a folder using our .NET SDK: https://github.com/box/box-windows-sdk-v2/blob/master/docs/folders.md#create-a-folder 

    You'll need to know the folder ID of the parent folder. In the example on the linked page above, Id = "0which indicates the folder is at the root level. 

    Hope this helps point you in the right direction! 

    Best,

    Kourtney, Box Developer Advocate

    Comment actions Permalink

Please sign in to leave a comment.