<?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 Issue medata api v1 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-medata-api-v1/m-p/198589#M9193</link>
    <description>&lt;P&gt;Hello !&lt;BR /&gt;I am using the request metadata of your api v1 and i am getting successfully the contents of my directory.&lt;BR /&gt;But it doesn't show / count the files with the Extension .zip, gg, ggb and ggt.&lt;BR /&gt;&lt;BR /&gt;I am not used to http request. So it's mostlikely that i am missing an argument or something else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The request :&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.dropbox.com/1/metadata/dropbox/CahierFantastique/?oauth_consumer_key=" target="_blank"&gt;https://api.dropbox.com/1/metadata/dropbox/CahierFantastique/?oauth_consumer_key=&lt;/A&gt; *** &amp;amp;oauth_token= *** &amp;amp;oauth_signature_method=PLAINTEXT&amp;amp;oauth_signature= *** &amp;amp;oauth_version=1.0&amp;amp;file_limit=10000&amp;amp;list=True&amp;amp;include_deleted=False&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:27:32 GMT</pubDate>
    <dc:creator>Arcanils</dc:creator>
    <dc:date>2019-05-29T09:27:32Z</dc:date>
    <item>
      <title>Issue medata api v1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-medata-api-v1/m-p/198589#M9193</link>
      <description>&lt;P&gt;Hello !&lt;BR /&gt;I am using the request metadata of your api v1 and i am getting successfully the contents of my directory.&lt;BR /&gt;But it doesn't show / count the files with the Extension .zip, gg, ggb and ggt.&lt;BR /&gt;&lt;BR /&gt;I am not used to http request. So it's mostlikely that i am missing an argument or something else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The request :&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.dropbox.com/1/metadata/dropbox/CahierFantastique/?oauth_consumer_key=" target="_blank"&gt;https://api.dropbox.com/1/metadata/dropbox/CahierFantastique/?oauth_consumer_key=&lt;/A&gt; *** &amp;amp;oauth_token= *** &amp;amp;oauth_signature_method=PLAINTEXT&amp;amp;oauth_signature= *** &amp;amp;oauth_version=1.0&amp;amp;file_limit=10000&amp;amp;list=True&amp;amp;include_deleted=False&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:27:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-medata-api-v1/m-p/198589#M9193</guid>
      <dc:creator>Arcanils</dc:creator>
      <dc:date>2019-05-29T09:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue medata api v1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-medata-api-v1/m-p/198714#M9199</link>
      <description>&lt;P&gt;As long as you're using an app with the "full Dropbox" permission, this call should return all files in the specified path, regardless of extension.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are specifying the path "/CahierFantastique" though. Are you sure the files you're looking for are in that folder in the connected Dropbox account?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if they are in the root folder of the account, you would just specify "/" instead (i.e., &lt;A href="https://api.dropbox.com/1/metadata/dropbox/?oauth_" target="_blank"&gt;https://api.dropbox.com/1/metadata/dropbox/?oauth_&lt;/A&gt;...).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you're using API v1, which is &lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" target="_self"&gt;deprecated&lt;/A&gt;. You should migrate to &lt;A href="https://www.dropbox.com/developers" target="_self"&gt;API v2&lt;/A&gt; whenever possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To list items under a particular path using API v2, you would use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;]. (Note that in API v2 though, the root folder is identified using the empty string "", instead of "/".)&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2016 01:58:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-medata-api-v1/m-p/198714#M9199</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-20T01:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Issue medata api v1</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-medata-api-v1/m-p/198730#M9201</link>
      <description>Thx for your reply. It was a relica of you Type of file on my app. It was on only text documents and pictures. I recreated my app, set the fullbox option and the problem was solved.</description>
      <pubDate>Tue, 20 Dec 2016 08:20:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-medata-api-v1/m-p/198730#M9201</guid>
      <dc:creator>Arcanils</dc:creator>
      <dc:date>2016-12-20T08:20:36Z</dc:date>
    </item>
  </channel>
</rss>

