<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add custom metadata to folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/459767#M23626</link>
    <description>&lt;P&gt;Any update on custom metadata for team-owner folders?&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 21:39:12 GMT</pubDate>
    <dc:creator>gabestritz1</dc:creator>
    <dc:date>2020-10-07T21:39:12Z</dc:date>
    <item>
      <title>Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/359907#M20502</link>
      <description>&lt;P&gt;I see you can add properties to a file, is there anything availble for folders?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 10:42:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/359907#M20502</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2019-09-10T10:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/359936#M20503</link>
      <description>&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#file_properties-properties-add" target="_self"&gt;The&amp;nbsp;/2/file_properties/properties/add endpoint&lt;/A&gt; can be used to add properties to folders, but only for user-owned templates. It doesn't support adding properties to folders for team-owned templates.&lt;/P&gt;
&lt;P&gt;If you do want to use team-owned templates for this, let me know and I'll pass this along as a feature request.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 13:45:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/359936#M20503</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-13T13:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360095#M20514</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;Thanks for getting back to me. I'm currently trying to create a Template using the NET SDK&amp;nbsp;.FileProperties.TemplatesAddForTeamAsync&lt;/P&gt;&lt;P&gt;How do you set the property type? I'm using the following&lt;/P&gt;&lt;P&gt;List&amp;lt;PropertyFieldTemplate&amp;gt; p = new List&amp;lt;PropertyFieldTemplate&amp;gt;(){&lt;BR /&gt;new PropertyFieldTemplate("FieldName", "FieldDesc", new PropertyType().AsString),&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;When I use&amp;nbsp;new PropertyType().AsString it returns null. Not sure how I should set this. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 14:39:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360095#M20514</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2019-08-14T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360096#M20515</link>
      <description>&lt;P&gt;Sorry, sorted this. Should be&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;List&amp;lt;PropertyFieldTemplate&amp;gt; p = new List&amp;lt;PropertyFieldTemplate&amp;gt;(){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;new PropertyFieldTemplate("FieldName", "FieldDesc", String.Instance),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 14:50:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360096#M20515</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2019-08-14T14:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360099#M20516</link>
      <description>&lt;P&gt;I'm glad to see you already sorted this out.&lt;/P&gt;
&lt;P&gt;I also see that you are using team-owned templates, so I'll send this along as a feature request for support for setting properties for team-owned templates on folders in addition to files.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 16:00:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360099#M20516</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-14T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360191#M20530</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;Thanks, Would it be possible to get a reference for this feature request please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 09:46:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360191#M20530</guid>
      <dc:creator>Ashley B.15</dc:creator>
      <dc:date>2019-08-15T09:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360237#M20532</link>
      <description>&lt;P&gt;We don't have a separate public feature request tracker for the API. This forum thread serves as the reference for this request and I'll follow up here if/when I have any news on it.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 14:42:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/360237#M20532</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-15T14:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/459767#M23626</link>
      <description>&lt;P&gt;Any update on custom metadata for team-owner folders?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 21:39:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/459767#M23626</guid>
      <dc:creator>gabestritz1</dc:creator>
      <dc:date>2020-10-07T21:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom metadata to folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/459782#M23627</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1359753"&gt;@gabestritz1&lt;/a&gt;&amp;nbsp;No, unfortunately&amp;nbsp;I don't have an update on this request.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 22:49:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Add-custom-metadata-to-folder/m-p/459782#M23627</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-10-07T22:49:53Z</dc:date>
    </item>
  </channel>
</rss>

