<?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 the Dropbox File List using httpclient or WebRequest? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270027#M15925</link>
    <description>&lt;P&gt;How to get the Dropbox File List using httpclient or WebRequest?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:14:29 GMT</pubDate>
    <dc:creator>saravananct143</dc:creator>
    <dc:date>2019-05-29T09:14:29Z</dc:date>
    <item>
      <title>How to get the Dropbox File List using httpclient or WebRequest?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270027#M15925</link>
      <description>&lt;P&gt;How to get the Dropbox File List using httpclient or WebRequest?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:14:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270027#M15925</guid>
      <dc:creator>saravananct143</dc:creator>
      <dc:date>2019-05-29T09:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Dropbox File List using httpclient or WebRequest?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270044#M15931</link>
      <description>&lt;P&gt;In order to list the contents of a folder, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt; and&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/2/files/list_folder/continue&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you're referring to using .NET, so we&amp;nbsp;recommend using &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;the official API v2 .NET SDK&lt;/A&gt;. It has corresponding &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_self"&gt;ListFolder&lt;/A&gt;&amp;nbsp;and &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderContinueAsync_1.htm" target="_self"&gt;ListFolderContinue&lt;/A&gt;&amp;nbsp;methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If can't or don't want to though, you can make the HTTPS requests directly to the HTTPS endpoints. The&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;/2/files/list_folder/continue&lt;/A&gt;&amp;nbsp;documentation covers the expected format, and contains curl examples you can translate for your preferred HTTPS client.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 15:48:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270044#M15931</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-03-26T15:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Dropbox File List using httpclient or WebRequest?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270058#M15938</link>
      <description>&lt;P&gt;&lt;SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0.0"&gt;&lt;SPAN class="hljs-attribute"&gt;Thanks for Reply,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0.0"&gt;&lt;SPAN class="hljs-attribute"&gt;POST /2/sharing/list_folders &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0.1"&gt;&lt;SPAN class="hljs-attribute"&gt;Host&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;&lt;A href="https://api.dropboxapi.com" target="_blank"&gt;https://api.dropboxapi.com&lt;/A&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0.2"&gt;&lt;SPAN class="hljs-attribute"&gt;User-Agent&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;api-explorer-client&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0.3:$Authorization"&gt;&lt;SPAN class="hljs-attribute"&gt;Authorization&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;Bearer &amp;lt;REDACTED&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0.3:$Content-Type"&gt;&lt;SPAN class="hljs-attribute"&gt;Content-Type&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;application/json&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0.3:$Content-Type"&gt;&lt;SPAN class="hljs-string"&gt;I'm trying this in postman. But i'm not get any values. One more doubts.&amp;nbsp; How can i generate the AccessToken ?. My Project requirement without dropbox client dll, through api's i need to get the data.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 16:49:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270058#M15938</guid>
      <dc:creator>saravananct143</dc:creator>
      <dc:date>2018-03-26T16:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Dropbox File List using httpclient or WebRequest?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270063#M15939</link>
      <description>&lt;P&gt;What was in the HTTPS response? It should either contain an error or the result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I redacted it for you, but you should &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke" target="_self"&gt;revoke&lt;/A&gt; that access token since you posted it publicly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you already figured out how to get an access token, since you posted one, but for reference, &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;the OAuth guide&lt;/A&gt; goes over how to.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 16:52:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270063#M15939</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-03-26T16:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Dropbox File List using httpclient or WebRequest?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270084#M15949</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.dropboxapi.com/" target="_blank"&gt;https://api.dropboxapi.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="hljs-number"&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;/auth/token/from_oauth1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Authorization: Basic appkey:appsecret&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Content-Type: application/json&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Error in call to API function "auth/token/from_oauth1": Invalid value in HTTP header "Authorization": "Basic appkey:appsecret"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:41:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270084#M15949</guid>
      <dc:creator>saravananct143</dc:creator>
      <dc:date>2018-03-26T17:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Dropbox File List using httpclient or WebRequest?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270085#M15950</link>
      <description>&lt;P&gt;&lt;CODE&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=...&amp;amp;redirect_uri=" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize?client_id=...&amp;amp;redirect_uri=&lt;/A&gt;...&lt;/CODE&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;this url i'm getting this error&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Error (400)&amp;lt;/h1&amp;gt;It seems the app you were using submitted a bad request. If you would like to report this error to the app's developer, include the information below.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:44:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270085#M15950</guid>
      <dc:creator>saravananct143</dc:creator>
      <dc:date>2018-03-26T17:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Dropbox File List using httpclient or WebRequest?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270088#M15951</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/647257"&gt;@saravananct143&lt;/a&gt;&amp;nbsp;before we dive into your original issue, or even generating a new token, I'd really like to verify that you were able to revoke your previous token. This way we know&amp;nbsp;we're working from a clean slate and any data accessible via the previous token is protected going forward.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not sure how to revoke a token, one of the easiest ways is to use the&amp;nbsp;Dropbox API Explorer to call /token/revoke. You can find that here:&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#auth_token/revoke" target="_blank"&gt;https://dropbox.github.io/dropbox-api-v2-explorer/#auth_token/revoke&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Just paste in your previous token, submit the call, and you should be good to go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Chuck&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 18:06:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-the-Dropbox-File-List-using-httpclient-or-WebRequest/m-p/270088#M15951</guid>
      <dc:creator>chirstius</dc:creator>
      <dc:date>2018-03-26T18:06:36Z</dc:date>
    </item>
  </channel>
</rss>

