<?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: Error in call to API function &amp;quot;files/list_folder&amp;quot;: request body: could not decode inpu in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468596#M23892</link>
    <description>&lt;P&gt;FOUND!&lt;BR /&gt;I used static IP:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;162.125.5.7&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;to access the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably Drobbox changed the IP a few days ago.&lt;/P&gt;&lt;P&gt;Now I switched to&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;api.dropboxapi.com&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and everything works like a charm.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you for the support! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 10 Nov 2020 09:58:02 GMT</pubDate>
    <dc:creator>deebee_it</dc:creator>
    <dc:date>2020-11-10T09:58:02Z</dc:date>
    <item>
      <title>Error in call to API function "files/list_folder": request body: could not decode input as JSON</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/322416#M18950</link>
      <description>&lt;P&gt;Good morning,&lt;BR /&gt;I do this request with Arduino:&lt;/P&gt;&lt;P&gt;&amp;nbsp; client.print(String("POST /2/files/list_folder HTTP/1.1\r\n") +&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Host: api.dropboxapi.com" +&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "User-Agent: ESP8266/Arduino_YAGI\r\n" +&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Authorization: Bearer " + (String)my_token +"\r\n" +&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Accept: */*"+&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;"Content-Type: application/json"&lt;/STRONG&gt; +&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;"Content-Length: 33"&lt;/STRONG&gt; + "\r\n" + "\r\n" +&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Dropbox-API-Arg: {\"path\":\"/glucose/201901/09/15/\"}"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&amp;nbsp;&lt;/P&gt;&lt;P&gt;so, the arg is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Dropbox-API-Arg: {"path":"/glucose/201901/09/15/"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The 'client' variable is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WiFiClientSecure client;&lt;/P&gt;&lt;P&gt;where 'WiFiClientSecure' is a package of the library to do secure calls.&lt;/P&gt;&lt;P&gt;But I receive this error:&lt;/P&gt;&lt;P&gt;HTTP/1.1 400 Bad Request&lt;BR /&gt;Server: nginx&lt;BR /&gt;Date: Thu, 10 Jan 2019 09:53:23 GMT&lt;BR /&gt;Content-Type: text/plain; charset=utf-8&lt;BR /&gt;Transfer-Encoding: chunked&lt;BR /&gt;Connection: keep-alive&lt;BR /&gt;Content-Security-Policy: sandbox; frame-ancestors 'none'&lt;BR /&gt;X-Dropbox-Request-Id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;X-Frame-Options: DENY&lt;BR /&gt;X-Content-Type-Options: nosniff&lt;BR /&gt;Content-Disposition: attachment; filename='error'&lt;BR /&gt;&lt;BR /&gt;5f&lt;BR /&gt;&lt;STRONG&gt;Error in call to API function "files/list_folder": request body: could not decode input as JSON&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any idea to resolve this error?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:08:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/322416#M18950</guid>
      <dc:creator>deebee_it</dc:creator>
      <dc:date>2019-05-29T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/322476#M18952</link>
      <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;&amp;nbsp;endpoint is an &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#rpc-endpoints" target="_self"&gt;"RPC"-style endpoint&lt;/A&gt;, meaning it expects the parameters in the request body (not in a request header).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please move your parameters to the request body instead of the "Dropbox-API-Arg" header and try again. (The "Dropbox-API-Arg" header is only used for content-upload and content-download -style endpoints.)&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 16:34:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/322476#M18952</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-01-10T16:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468393#M23872</link>
      <description>&lt;P&gt;Good morning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I go right with this call for about 1 year:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;  request = String("POST /2/files/list_folder HTTP/1.1") + "\r\n"
                + "Host: api.dropboxapi.com" + "\r\n"
                + "User-Agent: ESP8266/Arduino_blabla"\r\n"
                + "Authorization: Bearer MYTOKENxxxxx\r\n"
                + "Accept: */*" + "\r\n"
                + "Content-Type: application/json; charset=utf-8" + "\r\n"
                + "Content-Length: " + request_data.length() + "\r\n\r\n"
                + request_data
                ;&lt;/PRE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;With this request_data:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;request_data = "{\"path\":\"" + MYPATH+ "\"}";&lt;/PRE&gt;&lt;SPAN&gt;&lt;SPAN&gt;Now, days ago I started getting this error:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Error (4xx)&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;We can't find the page you're looking for.&lt;/STRONG&gt;&lt;BR /&gt;So, probably some logic is changed serverside...&lt;BR /&gt;May you please tell me what do I need to change in my API call?&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Nov 2020 17:58:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468393#M23872</guid>
      <dc:creator>deebee_it</dc:creator>
      <dc:date>2020-11-09T17:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468415#M23877</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/922266"&gt;@deebee_it&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You haven't mentioned what is the exact "MYPATH".&lt;/P&gt;&lt;P&gt;First: Are you sure the path, you are referring to, exists?&lt;/P&gt;&lt;P&gt;Second: You are relying on utf-8 encoding. Take in mind that Dropbox interpret all JSON input as a ASCII string, the encoding set is ignored! If you are using some simbol(s) outside ASCII set, make sure they are JSON-encoded (\uXXXX, where XXXX is hexdecimal unicode code point).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: By the way, you have put in your expression too many, meaningless string additions. Better do some of them join to each other (for example: "Host: api.dropboxapi.com" + "\r\n" could become "Host: api.dropboxapi.com\r\n") and remove the pluses between literals string on different lines (they gonna concatente to each other at compile time). Use pluses only where needed. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; In such a way lot of resources gonna be saved and the application speeds up.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 19:44:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468415#M23877</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-11-09T19:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468420#M23878</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/922266"&gt;@deebee_it&lt;/a&gt;&amp;nbsp;Based on the output you shared, it seems like the&amp;nbsp;Dropbox servers weren't able to recognize your HTTP request as a valid API call. As&amp;nbsp;Здравко said, it may be helpful to know what your 'MYPATH' value is. Can you print out the entire HTTP request (redacting the access token) so we can see what may not be formatted correctly?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 18:57:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468420#M23878</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-09T18:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468571#M23885</link>
      <description>&lt;P&gt;Here is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;POST /2/files/list_folder HTTP/1.1
Host: api.dropboxapi.com
User-Agent: ESP8266-Arduino_blabla
Authorization: Bearer xxxxx
Content-Type: application/json; charset=utf-8
Content-Length: 33

{"path":"/glucose/202011/10/09/"}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 08:15:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468571#M23885</guid>
      <dc:creator>deebee_it</dc:creator>
      <dc:date>2020-11-10T08:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468582#M23887</link>
      <description>&lt;P&gt;Seems http format is acceptable, but what about path existence? For example, you can check the root folder list results on &lt;A title="Dropbox API Explorer" href="https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder" target="_blank" rel="noopener"&gt;Dropbox API Explorer&lt;/A&gt; with empty path and &lt;U&gt;the same access token used here.&lt;/U&gt; Does the "glucose" folder appear in the result? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; If Yes, continue the check recursively.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 09:07:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468582#M23887</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-11-10T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468585#M23888</link>
      <description>&lt;P&gt;The path exists: I looked directly in my account and I access it with no problem using a js web page!&lt;/P&gt;&lt;P&gt;I tried editing the token in my Arduino call, using a random dummy token... And the error is the same: 4xx... not found...&lt;/P&gt;&lt;P&gt;I thought that the error should be different, or not? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@63BC00D2C07DE7E33CE8C5F017232940/emoticons/1f610.png" alt=":neutral_face:" title=":neutral_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 09:23:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468585#M23888</guid>
      <dc:creator>deebee_it</dc:creator>
      <dc:date>2020-11-10T09:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468587#M23889</link>
      <description>&lt;P&gt;Here is the request header of the js web page (that works well OK):&lt;/P&gt;&lt;PRE&gt;POST /2/files/list_folder HTTP/2
Host: api.dropboxapi.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0
Accept: */*
Accept-Language: it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate, br
Authorization: Bearer xxxxxxxx
Content-Type: application/json
Content-Length: 33
Origin: https://xxxx
Connection: keep-alive
Referer: https://xxxx
TE: Trailers&lt;/PRE&gt;&lt;P&gt;And the request:&lt;/P&gt;&lt;PRE&gt;{"path":"/glucose/202011/10/09/"}&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Nov 2020 09:27:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468587#M23889</guid>
      <dc:creator>deebee_it</dc:creator>
      <dc:date>2020-11-10T09:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468589#M23890</link>
      <description>&lt;P&gt;Did you check what I have advised above or not? Notice different token could have different access on same account!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 09:32:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468589#M23890</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-11-10T09:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468592#M23891</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Yes, with "&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Dropbox API Explorer • list_folder" and the *same* token and same path, the call is right.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 09:42:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468592#M23891</guid>
      <dc:creator>deebee_it</dc:creator>
      <dc:date>2020-11-10T09:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error in call to API function "files/list_folder": request body: could not decode inpu</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468596#M23892</link>
      <description>&lt;P&gt;FOUND!&lt;BR /&gt;I used static IP:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;162.125.5.7&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;to access the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably Drobbox changed the IP a few days ago.&lt;/P&gt;&lt;P&gt;Now I switched to&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;api.dropboxapi.com&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and everything works like a charm.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you for the support! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Nov 2020 09:58:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-in-call-to-API-function-quot-files-list-folder-quot/m-p/468596#M23892</guid>
      <dc:creator>deebee_it</dc:creator>
      <dc:date>2020-11-10T09:58:02Z</dc:date>
    </item>
  </channel>
</rss>

