<?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: The /upload behavior has been changed ? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371313#M20923</link>
    <description>&lt;P&gt;Dear &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm one of the people that is experiencing these problems, probably one of &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/787685"&gt;@wen_hsiao&lt;/a&gt;&amp;nbsp;product users.&lt;/P&gt;&lt;P&gt;I&amp;nbsp;did some exhaustive testing and I'm sorry to say that the problem still remains.&lt;/P&gt;&lt;P&gt;Something has changed for sure: now it doesn't happen with ALL the files/folders with&amp;nbsp;&lt;SPAN&gt;non-ASCII characters like it happened last week, but it still happens in most cases. The change to your server stack that affected the processing of the HTTP headers wasn't reverted completely.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For us, end users, I can only think of two solutions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Dropbox reverts correctly the changes applied last week&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. The manufacturer of the product I purchased updates its client to correctly&amp;nbsp;process HTTP headers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Meanwhile my corporate network remains inoperative.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help us out. Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 17:02:47 GMT</pubDate>
    <dc:creator>MReizinho</dc:creator>
    <dc:date>2019-10-14T17:02:47Z</dc:date>
    <item>
      <title>The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/370024#M20876</link>
      <description>&lt;P&gt;Recently,&amp;nbsp; we received many feedbacks from our product users that the filename (use /upload) has become garbled. We found the "path" decode behavior might be changed by dropbox server.&lt;/P&gt;
&lt;P&gt;For Example: (the current behavior)&lt;/P&gt;
&lt;P&gt;curl -X POST &lt;A href="https://content.dropboxapi.com/2/files/upload" target="_blank" rel="noopener"&gt;https://content.dropboxapi.com/2/files/upload&lt;/A&gt; \&lt;BR /&gt;--header "Authorization: Bearer access_token" \&lt;BR /&gt;--header "Dropbox-API-Arg: {\"path\": \"/RICE/&lt;STRONG&gt;我的檔案&lt;/STRONG&gt;\",\"mode\": \"add\",\"autorename\": false,\"mute\": false}" \&lt;BR /&gt;--header "Content-Type: application/octet-stream" \&lt;BR /&gt;--data-binary &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/61275"&gt;@test&lt;/a&gt;.pdf&lt;/P&gt;
&lt;P&gt;{"name": "&lt;STRONG&gt;\u00e6\u0088\u0091\u00e7\u009a\u0084\u00e6\u00aa\u0094\u00e6\u00a1\u0088"&lt;/STRONG&gt;, "path_lower": "/rice/\u00e6\u0088\u0091\u00e7\u009a\u0084\u00e6\u00aa\u0094\u00e6\u00a1\u0088", "path_display": "/RICE/\u00e6\u0088\u0091\u00e7\u009a\u0084\u00e6\u00aa\u0094\u00e6\u00a1\u0088", "parent_shared_folder_id": "4082639392", "id": "id:Io0h0kFRW8sAAAAAANBUdA", "client_modified": "2019-10-09T08:32:39Z", "server_modified": "2019-10-09T08:32:39Z", "rev": "5947620b4879df3582220", "size": 38908, "sharing_info": {"read_only": false, "parent_shared_folder_id": "4082639392", "modified_by": "dbid:AADoF7JHXmoPd6Rx2X-1h0qzHUgXhnQfiH0"}, "is_downloadable": true, "content_hash": "cae9af2c924e769d376ed2143b0e8b0195b689764ac01be0ecc8e72b9a1feeb1"}&lt;/P&gt;
&lt;P&gt;the decoded response "name" will be :&amp;nbsp;&lt;STRONG&gt;æˆ‘çš„æª”æ¡ˆ&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;but in the past, the response "name" should be:&amp;nbsp;&lt;STRONG&gt;\u6211\u7684\u6a94\u6848&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;which is the encoded string of "我的檔案"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 18:05:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/370024#M20876</guid>
      <dc:creator>wen_hsiao</dc:creator>
      <dc:date>2019-10-09T18:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/370098#M20877</link>
      <description>&lt;P&gt;Thanks for the report! We'll look into whether something changed, but note that whenever you supply non-ASCII characters in HTTP headers, such as for the /upload endpoint, you should first encode them. We have documentation on this here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/json-encoding" target="_blank"&gt;https://www.dropbox.com/developers/reference/json-encoding&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For example, you can see how this is done by the API v2 Explorer: (be sure to click "Show Code")&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#files_upload" target="_blank"&gt;https://dropbox.github.io/dropbox-api-v2-explorer/#files_upload&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 13:04:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/370098#M20877</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-09T13:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/370250#M20890</link>
      <description>&lt;P&gt;This should be working again.&lt;/P&gt;
&lt;P&gt;However, please note that sending non-ASCII characters in HTTP headers is not officially supported, so please make sure to encode them as &lt;A href="https://www.dropbox.com/developers/reference/json-encoding" target="_self"&gt;documented&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 19:34:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/370250#M20890</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-09T19:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371110#M20914</link>
      <description>&lt;P&gt;We would follow the&amp;nbsp;documentation,&lt;/P&gt;&lt;P&gt;but the example request I stated works well for a long time (at least a year) ,&lt;/P&gt;&lt;P&gt;Have you changed the behavior recently?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 01:50:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371110#M20914</guid>
      <dc:creator>wen_hsiao</dc:creator>
      <dc:date>2019-10-14T01:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371275#M20919</link>
      <description>&lt;P&gt;&lt;SPAN&gt;There was a change on our server stack that affected how we handled HTTP headers without proper encoding. That resulted in malformed file paths/names.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;We've reverted that change, so that should be working again, but please make sure your headers get encoded properly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 15:15:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371275#M20919</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-14T15:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371313#M20923</link>
      <description>&lt;P&gt;Dear &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm one of the people that is experiencing these problems, probably one of &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/787685"&gt;@wen_hsiao&lt;/a&gt;&amp;nbsp;product users.&lt;/P&gt;&lt;P&gt;I&amp;nbsp;did some exhaustive testing and I'm sorry to say that the problem still remains.&lt;/P&gt;&lt;P&gt;Something has changed for sure: now it doesn't happen with ALL the files/folders with&amp;nbsp;&lt;SPAN&gt;non-ASCII characters like it happened last week, but it still happens in most cases. The change to your server stack that affected the processing of the HTTP headers wasn't reverted completely.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For us, end users, I can only think of two solutions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Dropbox reverts correctly the changes applied last week&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. The manufacturer of the product I purchased updates its client to correctly&amp;nbsp;process HTTP headers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Meanwhile my corporate network remains inoperative.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help us out. Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 17:02:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371313#M20923</guid>
      <dc:creator>MReizinho</dc:creator>
      <dc:date>2019-10-14T17:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371316#M20924</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1219000"&gt;@MReizinho&lt;/a&gt;&amp;nbsp;Thanks for the report. I just double checked the issue via the code shared in the original comment on this thread, and it is currently working properly.&lt;/P&gt;
&lt;P&gt;If something is currently not working as expected, please share&amp;nbsp;the code or steps to reproduce the issue and we'll look into it.&lt;/P&gt;
&lt;P&gt;Either way, it is important that&amp;nbsp;the developer of the app update it to properly encode HTTP headers.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 17:13:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371316#M20924</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-14T17:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371323#M20925</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10" target="_blank"&gt;@Greg K.&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for your prompt reply. I do believe that the code above is now working. But there are so many non-ASCII characters that perhaps some just fall into the loop. That would explain why the behaviour has changed from last week to ALL folders/files to just some.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unfortunately, I'm not a developer like &lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/787685" target="_blank"&gt;@wen_hsiao&lt;/A&gt;&amp;nbsp;and don't know how to give you the code in API "language". What I can give you is a path and filename of some of my today errors. Perhaps you can run it and see if it works on your side:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;\CONCURSOS PARTICULARES\2019\19.189 - Colombo Mobiliário\02 - ORCAMENTO\PROPOSTA ENVIADA\QUANTIDADES - COLOMBO (2019-07-16).xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It was converted to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;\CONCURSOS PARTICULARES\2019\19.189 - Colombo MobiliÃ¡rio\02 - ORCAMENTO\PROPOSTA ENVIADA\QUANTIDADES - COLOMBO (2019-07-16).xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Another example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;\CONCURSOS PARTICULARES\2019\19.203 - Colombo Escritorios\06 - PROJECTOS\2_25-09-2019 - Pojeto segurança\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It was converted to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;\CONCURSOS PARTICULARES\2019\19.203 - Colombo Escritorios\06 - PROJECTOS\2_25-09-2019 - Pojeto seguranÃ§a\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it's useful. Please let me know if I can help in any way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 17:32:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371323#M20925</guid>
      <dc:creator>MReizinho</dc:creator>
      <dc:date>2019-10-14T17:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371339#M20926</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1219000"&gt;@MReizinho&lt;/a&gt;&amp;nbsp;Thanks for the sample! I just gave those two a try&amp;nbsp;though and they both uploaded properly for me just now, even without applying the proper encoding:&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://content.dropboxapi.com/2/files/upload \
    --header "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \
    --header "Dropbox-API-Arg: {\"path\": \"/CONCURSOS PARTICULARES/2019/19.189 - Colombo Mobiliário/02 - ORCAMENTO/PROPOSTA ENVIADA/QUANTIDADES - COLOMBO (2019-07-16).xlsx\",\"mode\": \"add\",\"autorename\": false,\"mute\": false}" \
    --header "Content-Type: application/octet-stream" \
    --data-binary "some data"
&lt;/PRE&gt;
&lt;P&gt;That returns the following with the expected value:&lt;/P&gt;
&lt;PRE&gt;{"name": "QUANTIDADES - COLOMBO (2019-07-16).xlsx", "path_lower": "/concursos particulares/2019/19.189 - colombo mobili\u00e1rio/02 - orcamento/proposta enviada/quantidades - colombo (2019-07-16).xlsx", "path_display": "/CONCURSOS PARTICULARES/2019/19.189 - Colombo Mobili\u00e1rio/02 - ORCAMENTO/PROPOSTA ENVIADA/QUANTIDADES - COLOMBO (2019-07-16).xlsx", "id": "id:25N5ksooX-sAAAAAAAOCZA", "client_modified": "2019-10-14T18:11:02Z", "server_modified": "2019-10-14T18:11:03Z", "rev": "594e2ca6a7afd021eccc7", "size": 9, "is_downloadable": true, "content_hash": "149078105941cd1edda0ec5a568fc1d178661b6441831c3647d88f41f7dfc886"}&lt;/PRE&gt;
&lt;P&gt;And that prints out properly as:&lt;/P&gt;
&lt;PRE&gt;{
  "name": "QUANTIDADES - COLOMBO (2019-07-16).xlsx",
  "path_lower": "/concursos particulares/2019/19.189 - colombo mobiliário/02 - orcamento/proposta enviada/quantidades - colombo (2019-07-16).xlsx",
  "path_display": "/CONCURSOS PARTICULARES/2019/19.189 - Colombo Mobiliário/02 - ORCAMENTO/PROPOSTA ENVIADA/QUANTIDADES - COLOMBO (2019-07-16).xlsx",
  "id": "id:25N5ksooX-sAAAAAAAOCZA",
  "client_modified": "2019-10-14T18:11:02Z",
  "server_modified": "2019-10-14T18:11:03Z",
  "rev": "594e2ca6a7afd021eccc7",
  "size": 9,
  "is_downloadable": true,
  "content_hash": "149078105941cd1edda0ec5a568fc1d178661b6441831c3647d88f41f7dfc886"
}&lt;/PRE&gt;
&lt;P&gt;And here's a screenshot from the Dropbox website of the correct character:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2019-10-14 14.13.21.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/11520i68E7CCD320E4C3ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2019-10-14 14.13.21.png" alt="Screenshot 2019-10-14 14.13.21.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The same worked for the second sample:&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://content.dropboxapi.com/2/files/upload \
    --header "Authorization: Bearer &amp;lt;ACCESS_TOKEN&amp;gt;" \
    --header "Dropbox-API-Arg: {\"path\": \"/CONCURSOS PARTICULARES/2019/19.203 - Colombo Escritorios/06 - PROJECTOS/2_25-09-2019 - Pojeto segurança\",\"mode\": \"add\",\"autorename\": false,\"mute\": false}" \
    --header "Content-Type: application/octet-stream" \
    --data-binary "some data"&lt;/PRE&gt;
&lt;P&gt;That returns the following with the expected value:&lt;/P&gt;
&lt;PRE&gt;{"name": "2_25-09-2019 - Pojeto seguran\u00e7a", "path_lower": "/concursos particulares/2019/19.203 - colombo escritorios/06 - projectos/2_25-09-2019 - pojeto seguran\u00e7a", "path_display": "/CONCURSOS PARTICULARES/2019/19.203 - Colombo Escritorios/06 - PROJECTOS/2_25-09-2019 - Pojeto seguran\u00e7a", "id": "id:25N5ksooX-sAAAAAAAOCag", "client_modified": "2019-10-14T18:12:24Z", "server_modified": "2019-10-14T18:12:24Z", "rev": "594e2cf477ccf021eccc7", "size": 9, "is_downloadable": true, "content_hash": "149078105941cd1edda0ec5a568fc1d178661b6441831c3647d88f41f7dfc886"}&lt;/PRE&gt;
&lt;P&gt;And that prints out properly as:&lt;/P&gt;
&lt;PRE&gt;{
  "name": "2_25-09-2019 - Pojeto segurança",
  "path_lower": "/concursos particulares/2019/19.203 - colombo escritorios/06 - projectos/2_25-09-2019 - pojeto segurança",
  "path_display": "/CONCURSOS PARTICULARES/2019/19.203 - Colombo Escritorios/06 - PROJECTOS/2_25-09-2019 - Pojeto segurança",
  "id": "id:25N5ksooX-sAAAAAAAOCag",
  "client_modified": "2019-10-14T18:12:24Z",
  "server_modified": "2019-10-14T18:12:24Z",
  "rev": "594e2cf477ccf021eccc7",
  "size": 9,
  "is_downloadable": true,
  "content_hash": "149078105941cd1edda0ec5a568fc1d178661b6441831c3647d88f41f7dfc886"
}&lt;/PRE&gt;
&lt;P&gt;And here's a screenshot from the Dropbox website of the correct character:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2019-10-14 14.13.36.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/11521iF8B4A998DE0D4012/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2019-10-14 14.13.36.png" alt="Screenshot 2019-10-14 14.13.36.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can you double check that you're still seeing the issue on new uploads being sent now? If so, please work with the developer of the app to reproduce the issue and share steps to reproduce it with us. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 18:22:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371339#M20926</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-14T18:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371381#M20928</link>
      <description>&lt;P&gt;I can confirm that those two folders and more with similar names were not correctly cretaed/uploaded today at aproximately 18:00 GMT&lt;/P&gt;&lt;P&gt;Here is a screenshot with the log:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://www.dropboxforum.com/t5/image/serverpage/image-id/11532iFA79D72C8D777BA1/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Opera Snapshot_2019-10-14_212330_cob-maia.fr1.quickconnect.to.png" title="Opera Snapshot_2019-10-14_212330_cob-maia.fr1.quickconnect.to.png" /&gt;&lt;/P&gt;&lt;P&gt;The highlighted file, "1162 - SD Braga - Auto de medição nº2.xlsx" fails the upload to folder "/REDE/COBELBA/DEP OBRAS/OBRAS/1162 - SPORTS DIRECT BRAGA/08 - AUTOS DE MEDIÇÃO"&lt;/P&gt;&lt;P&gt;Instead new folder is created in the Dropbox cloud named "/REDE/COBELBA/DEP OBRAS/OBRAS/1162 - SPORTS DIRECT BRAGA/08 - AUTOS DE MEDIÃ‡ÃƒO" (not shown in the log)&lt;/P&gt;&lt;P&gt;The file is then uploaded to that folder. But since the file also has non-ASCII characters, the filename is also changed to "1162 - SD Braga - Auto de mediÃ§Ã£o nÂº2.xlsx"&lt;/P&gt;&lt;P&gt;The client, noticing a new folder and file on the Dropbox cloud, then proceeds downloading both. Thence the tree highlighted log entries: upload failed, upload and download.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, for what you found out, it seems that your API is processing the non-ASCII characters correctly again like it was past week. Not parsing it with the same code as it was, but right nevertheless.&lt;/P&gt;&lt;P&gt;The only explanation I can think of is how the client is sending out the information to be parsed. It worked before but it does not work anymore, after the changes and roll back. Like &lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/787685" target="_blank"&gt;@wen_hsiao&lt;/A&gt; has pointed out, I've been having this system running since 2016 without a glitch. So something has certainly changed between the client and the processed response from the API callout&lt;/P&gt;&lt;P&gt;I'm only hopping that&amp;nbsp;when&amp;nbsp;&lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/787685" target="_blank"&gt;@wen_hsiao&lt;/A&gt;&amp;nbsp;sees these posts that he can follow up and come up with an updated client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 20:46:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371381#M20928</guid>
      <dc:creator>MReizinho</dc:creator>
      <dc:date>2019-10-14T20:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371474#M20932</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help, it works good now.&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1219000"&gt;@MReizinho&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue caused the Cloud Sync upload failed.&lt;/P&gt;&lt;P&gt;From your screenshot highlights,&amp;nbsp; the second time file upload retry success, so I think the issue was solved.&lt;/P&gt;&lt;P&gt;But to be safety, you can contact Synology support to double confirm.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 08:30:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371474#M20932</guid>
      <dc:creator>wen_hsiao</dc:creator>
      <dc:date>2019-10-15T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371479#M20933</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/787685" target="_blank"&gt;@wen_hsiao,&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's not working. Please read carefully my explanation on the previous post. The second time file upload is successful because it's uploading to the wrong named folder. That is also why you have the download after of the wrong file, because Cloud Sync detects a new folder and file on the Dropbox cloud.&lt;/P&gt;&lt;P&gt;I already opened the ticket in Synology support, it's ticket number&amp;nbsp;#2380080 from October 7 if you want to check it out. But it has been poorly developped by the support staff.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 08:45:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371479#M20933</guid>
      <dc:creator>MReizinho</dc:creator>
      <dc:date>2019-10-15T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: The /upload behavior has been changed ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371603#M20941</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/787685"&gt;@wen_hsiao&lt;/a&gt;&amp;nbsp;Thanks for the note.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1219000"&gt;@MReizinho&lt;/a&gt;&amp;nbsp;If you're still seeing any broken functionality, please let the third party app developer know so that they can contact us with the relevant technical details so we can investigate.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 16:37:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-upload-behavior-has-been-changed/m-p/371603#M20941</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-15T16:37:02Z</dc:date>
    </item>
  </channel>
</rss>

