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

C# SDK Assign and populate existing metadata template

Answered
New post

Comments

1 comment

  • dfreed

    Solved this myself by running the following curl command, which returned a list of all my templates and their template keys. The template I created was named "Research" but box created a template key of "research". So a simple capitalization issue fixed my code and I am now able to add and populate the metadata template to the file. Hope this helps someone.

     

    curl https://api.box.com/2.0/metadata_templates/enterprise \ -H "Authorization: Bearer "YOUR DEVELOPER TOKEN"

    0
    Comment actions Permalink

Please sign in to leave a comment.