<?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 How to get meta data of current path in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-meta-data-of-current-path/m-p/354146#M20225</link>
    <description>&lt;P&gt;Hi ! I just need to get metadata of my current path, so I use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;dropbox.Dropbox(my_token).files_get_metadata('')&lt;/PRE&gt;
&lt;P&gt;But I got this error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dropbox.stone_validators.ValidationError: '' did not match pattern '(/(.|[&amp;nbsp; ......)'&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I tried&amp;nbsp; '.' ,&amp;nbsp; '/'&amp;nbsp; instead of&amp;nbsp; ' ' , but i got the same error&lt;/P&gt;
&lt;P&gt;It's strange, cause when I want to list my current dictionaries files/folder with the code below, I get the result I need:&lt;/P&gt;
&lt;PRE&gt;dropbox.Dropbox(my_token).files_list_folder('').entries&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;So is there any way I can get my current dictionarie's metadata.&lt;/P&gt;
&lt;P&gt;Thank you !&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 18:27:01 GMT</pubDate>
    <dc:creator>VahagnGhaz</dc:creator>
    <dc:date>2019-07-09T18:27:01Z</dc:date>
    <item>
      <title>How to get meta data of current path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-meta-data-of-current-path/m-p/354146#M20225</link>
      <description>&lt;P&gt;Hi ! I just need to get metadata of my current path, so I use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;dropbox.Dropbox(my_token).files_get_metadata('')&lt;/PRE&gt;
&lt;P&gt;But I got this error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;dropbox.stone_validators.ValidationError: '' did not match pattern '(/(.|[&amp;nbsp; ......)'&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I tried&amp;nbsp; '.' ,&amp;nbsp; '/'&amp;nbsp; instead of&amp;nbsp; ' ' , but i got the same error&lt;/P&gt;
&lt;P&gt;It's strange, cause when I want to list my current dictionaries files/folder with the code below, I get the result I need:&lt;/P&gt;
&lt;PRE&gt;dropbox.Dropbox(my_token).files_list_folder('').entries&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;So is there any way I can get my current dictionarie's metadata.&lt;/P&gt;
&lt;P&gt;Thank you !&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 18:27:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-meta-data-of-current-path/m-p/354146#M20225</guid>
      <dc:creator>VahagnGhaz</dc:creator>
      <dc:date>2019-07-09T18:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get meta data of current path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-meta-data-of-current-path/m-p/354199#M20229</link>
      <description>&lt;P&gt;Retrieving the metadata for the root folder ('') is not supported. It doesn't have any specific metadata to return, but you can list its contents, as you found. Accordingly, attempting 'files_get_metadata' will fail.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get the metadata for a non-root folder by specifying the path, e.g., like "/FolderName".&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 19:13:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-meta-data-of-current-path/m-p/354199#M20229</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-07-09T19:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get meta data of current path</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-meta-data-of-current-path/m-p/354206#M20231</link>
      <description>Okay, thanks for your reply.</description>
      <pubDate>Tue, 09 Jul 2019 19:29:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-meta-data-of-current-path/m-p/354206#M20231</guid>
      <dc:creator>VahagnGhaz</dc:creator>
      <dc:date>2019-07-09T19:29:28Z</dc:date>
    </item>
  </channel>
</rss>

