Hi,
I'm currently developing an application that uses .Net API. Can someone help me create a custom Property Group that i need to tie up with the file that i've uploaded?
Cheers-JR
Using the API v2 .NET SDK, you can manage property templates using the properties methods in TeamTeamRoutes. For example, you can add a property template using PropertiesTemplateAddAsync. Note that these methods are only available to Dropbox Business API apps.
You can then manage properties for those templates on specific files using the properties methods in FilesUserRoutes. For example, you can add properties for a template to a file using PropertiesAddAsync.
Great! Let me try to create a Business account. Let me see if that will work.