<?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 I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. Where is wrong? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135498#M4151</link>
    <description>&lt;P&gt;I was trying to&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/files/list_folder?access_token=" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_folder?access_token=&lt;/A&gt;.... but don't run. Where is wrong?&lt;/P&gt;
&lt;P&gt;using json on c#.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:36:01 GMT</pubDate>
    <dc:creator>le h.</dc:creator>
    <dc:date>2019-05-29T09:36:01Z</dc:date>
    <item>
      <title>I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. Where is wrong?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135498#M4151</link>
      <description>&lt;P&gt;I was trying to&amp;nbsp;&lt;A href="https://api.dropboxapi.com/2/files/list_folder?access_token=" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_folder?access_token=&lt;/A&gt;.... but don't run. Where is wrong?&lt;/P&gt;
&lt;P&gt;using json on c#.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:36:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135498#M4151</guid>
      <dc:creator>le h.</dc:creator>
      <dc:date>2019-05-29T09:36:01Z</dc:date>
    </item>
    <item>
      <title>Re:  I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. Where is wrong?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135499#M4152</link>
      <description>&lt;P&gt;This could be a number of issues. Can you share the code snippet that calls the endpoint, and the full text of the error output?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 03:21:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135499#M4152</guid>
      <dc:creator>Alexandra F.1</dc:creator>
      <dc:date>2016-02-09T03:21:19Z</dc:date>
    </item>
    <item>
      <title>Re:  I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. Where is wrong?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135500#M4153</link>
      <description>&lt;P&gt;Error in call to API function "users/get_current_account": Must provide HTTP header "Authorization" or URL parameter "authorization".&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:45:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135500#M4153</guid>
      <dc:creator>le h.</dc:creator>
      <dc:date>2016-02-09T15:45:41Z</dc:date>
    </item>
    <item>
      <title>Re:  I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. Where is wrong?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135501#M4154</link>
      <description>&lt;P&gt;public async Task&amp;lt;string&amp;gt; Httpclient(string link)&lt;BR /&gt; {&lt;BR /&gt; HttpClient client = new HttpClient();&lt;BR /&gt; HttpResponseMessage response= await client.GetAsync(link);&lt;BR /&gt; return await response.Content.ReadAsStringAsync();&lt;BR /&gt; }&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:46:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135501#M4154</guid>
      <dc:creator>le h.</dc:creator>
      <dc:date>2016-02-09T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Re:  I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. Where is wrong?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135502#M4155</link>
      <description>&lt;P&gt;public async Task&amp;lt;Model.Get_Current_Account.RootObject&amp;gt; get_current_account(string _accessToken)&lt;BR /&gt; {&lt;BR /&gt; var query = await mainViewModel.Httpclient("&lt;A href="https://api.dropboxapi.com/2/users/get_current_account?access_token=%22+_accessToken" rel="nofollow noreferrer"&gt;https://api.dropboxapi.com/2/users/get_current_account?access_token="+_accessToken&lt;/A&gt;);&lt;BR /&gt; if (query != null)&lt;BR /&gt; {&lt;BR /&gt; var get_data = JsonConvert.DeserializeObject&amp;lt;Model.Get_Current_Account.RootObject&amp;gt;(query);&lt;BR /&gt; return get_data;&lt;BR /&gt; }&lt;BR /&gt; else&lt;BR /&gt; return null;&lt;BR /&gt; }&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:46:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135502#M4155</guid>
      <dc:creator>le h.</dc:creator>
      <dc:date>2016-02-09T15:46:30Z</dc:date>
    </item>
    <item>
      <title>Re:  I was trying to https://api.dropboxapi.com/2/files/list_folder?access_token=.... but don't run. Where is wrong?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135503#M4156</link>
      <description>&lt;P&gt;You're using a URL parameter named "access_token", but per the error message that should instead be named "authorization". (Or, you can use an Authorization header.)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 02:32:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-was-trying-to-https-api-dropboxapi-com-2-files-list-folder/m-p/135503#M4156</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-10T02:32:58Z</dc:date>
    </item>
  </channel>
</rss>

