<?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: Upload to a shared folder - 500 internal server error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163404#M5756</link>
    <description>&lt;P&gt;I am facing the same error now. This is the error using the java api:&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;com.dropbox.core.DbxException$ServerError: {"error": "Internal Server Error"}&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2016 18:39:41 GMT</pubDate>
    <dc:creator>Thiago Roberto</dc:creator>
    <dc:date>2016-02-24T18:39:41Z</dc:date>
    <item>
      <title>Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163398#M5750</link>
      <description>&lt;P&gt;Scenario,&lt;/P&gt;
&lt;P&gt;- Create new folder test1&lt;BR /&gt;- Upload a file to test1 - File successfully uploaded and 200 response&lt;BR /&gt;- Share test1 with another user&lt;BR /&gt;- Upload a file to test1 - File successfully uploaded but returns 500 response&lt;BR /&gt;- After this even after you remove the sharing, we continue to see 500 response.&lt;/P&gt;
&lt;P&gt;HTTP Snippet&lt;/P&gt;
&lt;P&gt;POST /2/files/upload HTTP/1.1&lt;BR /&gt; Authorization: Bearer &amp;lt;REDACTED&amp;gt;&amp;nbsp;&lt;BR /&gt; Dropbox-API-Select-User: dbmid:AACB4eHBbOAzCgSxWwzsa2BD_ASXGxP4IUM&lt;BR /&gt; Dropbox-API-Arg: {"mode":"add","path":"/test/secured1/somename3.docx","mute":true,"autorename":false}&lt;BR /&gt; Content-Length: 3554&lt;BR /&gt; Content-Type: application/octet-stream&lt;BR /&gt; Host: content.dropboxapi.com&lt;BR /&gt; Connection: Keep-Alive&lt;BR /&gt; User-Agent: Apache-HttpClient/4.3.2 (java 1.5)&lt;BR /&gt; Accept-Encoding: gzip,deflate&lt;BR /&gt; "POST /2/files/upload HTTP/1.1[\r][\n]"&lt;BR /&gt; "Authorization: Bearer &amp;lt;REDACTED&amp;gt;[\r][\n]"&lt;BR /&gt; "Dropbox-API-Select-User: dbmid:AACB4eHBbOAzCgSxWwzsa2BD_ASXGxP4IUM[\r][\n]"&lt;BR /&gt; "Dropbox-API-Arg: {"mode":"add","path":"/test/secured1/somename3.docx","mute":true,"autorename":false}[\r][\n]"&lt;BR /&gt; "Content-Length: 3554[\r][\n]"&lt;BR /&gt; "Content-Type: application/octet-stream[\r][\n]" &lt;BR /&gt; "Host: content.dropboxapi.com[\r][\n]"&lt;BR /&gt; "Connection: Keep-Alive[\r][\n]" &lt;BR /&gt; "User-Agent: Apache-HttpClient/4.3.2 (java 1.5)[\r][\n]"&lt;BR /&gt; "Accept-Encoding: gzip,deflate[\r][\n]"&lt;BR /&gt; "[\r][\n]"&lt;BR /&gt;…&lt;BR /&gt;…&lt;/P&gt;
&lt;P&gt;"HTTP/1.1 500 Internal Server Error[\r][\n]"&lt;BR /&gt; "Server: nginx[\r][\n]" &lt;BR /&gt; "Date: Thu, 14 Jan 2016 20:40:45 GMT[\r][\n]"&lt;BR /&gt; "Content-Type: text/plain; charset=utf-8[\r][\n]"&lt;BR /&gt; "Transfer-Encoding: chunked[\r][\n]"&lt;BR /&gt; "Connection: keep-alive[\r][\n]" &lt;BR /&gt; "X-Dropbox-Request-Id: 8ce8606540accc3161d8967f72aca512[\r][\n]"&lt;BR /&gt; "X-Robots-Tag: noindex, nofollow, noimageindex[\r][\n]"&lt;BR /&gt; "[\r][\n]"&lt;BR /&gt; "0[\r][\n]"&lt;BR /&gt; "[\r][\n]"&lt;BR /&gt; HTTP/1.1 500 Internal Server Error&lt;BR /&gt; Server: nginx&lt;BR /&gt; Date: Thu, 14 Jan 2016 20:40:45 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; X-Dropbox-Request-Id: 8ce8606540accc3161d8967f72aca512 &lt;BR /&gt; X-Robots-Tag: noindex, nofollow, noimageindex&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Edit: Redacted access token. -Greg&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:36:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163398#M5750</guid>
      <dc:creator>Info V.1</dc:creator>
      <dc:date>2019-05-29T09:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163399#M5751</link>
      <description>&lt;P&gt;Thank you for alerting us to this problem. Dropbox engineers are aware of the problem and are working on a solution.&lt;/P&gt;
&lt;P&gt;Apologies for any inconvenience this has caused.&lt;/P&gt;
&lt;P&gt;By the way, for the sake of security, you should disable that access token. You can do so by revoking access to the app entirely, if the access token is for your account, here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/account/security" target="_blank" rel="nofollow noreferrer"&gt;https://www.dropbox.com/account/security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, you can disable just this access token using the /disable_access_token endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/docs#disable-token" target="_blank" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#disable-token&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 05:07:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163399#M5751</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-15T05:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163400#M5752</link>
      <description>&lt;P&gt;We've had our engineers working on this and the good news is the problem has been fixed. Please try again and you should find that this functionality works correctly.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 10:06:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163400#M5752</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-16T10:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163401#M5753</link>
      <description>&lt;P&gt;I'm encountering the same issue, just tested. Create a empty shared folder and try to upload a file immediately to it. File is uploaded successfully, but nil response and a 500 status code.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 23:43:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163401#M5753</guid>
      <dc:creator>Dave K.17</dc:creator>
      <dc:date>2016-01-20T23:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163402#M5754</link>
      <description>&lt;P&gt;Thanks for the report Dave! We are aware of and working on that version of the issue as well.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 23:46:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163402#M5754</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-20T23:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163403#M5755</link>
      <description>&lt;P&gt;This should be resolved now. Please let me know if you're still seeing any issues.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 05:20:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163403#M5755</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-23T05:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163404#M5756</link>
      <description>&lt;P&gt;I am facing the same error now. This is the error using the java api:&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;com.dropbox.core.DbxException$ServerError: {"error": "Internal Server Error"}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 18:39:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163404#M5756</guid>
      <dc:creator>Thiago Roberto</dc:creator>
      <dc:date>2016-02-24T18:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163405#M5757</link>
      <description>&lt;P&gt;Issue was solved&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 18:41:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163405#M5757</guid>
      <dc:creator>Thiago Roberto</dc:creator>
      <dc:date>2016-02-24T18:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163406#M5758</link>
      <description>&lt;P&gt;Thanks Thiago. This was due to a general service availability issue, and is resolved now.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 22:56:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163406#M5758</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-24T22:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163407#M5759</link>
      <description>&lt;P&gt;I am finding similar issue. That i am trying to add a member to dropbox folder but it is throwing following&amp;nbsp;error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;com.dropbox.core.v2.DbxSharing$AddFolderMemberException: Exception in add_folder_member: AddFolderMemberError.{".tag":"access_error","access_error":{".tag":"invalid_id"}} (user message: Invalid shared folder ID.)&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:56:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163407#M5759</guid>
      <dc:creator>Suryakant D.</dc:creator>
      <dc:date>2016-04-19T14:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to a shared folder - 500 internal server error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163408#M5760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Suryakant, you can find information on the&amp;nbsp;SharedFolderAccessError.INVALID_ID error here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.0.x/com/dropbox/core/v2/sharing/SharedFolderAccessError.html#INVALID_ID" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.0.x/com/dropbox/core/v2/sharing/SharedFolderAccessError.html#INVALID_ID&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In short, the shared folder ID you provided was invalid. Make sure you're sending up a valid ID, as retrieved from elsewhere in the API.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 00:07:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-a-shared-folder-500-internal-server-error/m-p/163408#M5760</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-20T00:07:31Z</dc:date>
    </item>
  </channel>
</rss>

