<?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: Internal server error 500 with Upload sesssion start JS SDK in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-server-error-500-with-Upload-sesssion-start-JS-SDK/m-p/212124#M10727</link>
    <description>Thanks for reporting this! We did have a service disruption earlier today, but it should be resolved now. Please let us know if you're still seeing any issues.</description>
    <pubDate>Fri, 17 Mar 2017 16:40:04 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-03-17T16:40:04Z</dc:date>
    <item>
      <title>Internal server error 500 with Upload sesssion start JS SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-server-error-500-with-Upload-sesssion-start-JS-SDK/m-p/212076#M10723</link>
      <description>&lt;P&gt;Getting most of the time this error when trying to upload large files. Using JavaScript SDK for requests.&lt;BR /&gt;I got same error also on&amp;nbsp;filesUploadSessionFinish call.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;status: 500,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; error: 'Error: Internal Server Error',&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;Part of my code&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;     return fs.readFileAsync(process.cwd() + '/__temp' + files[iterate].split('__temp')[1]).then(function (data) {
                
                        console.log('read file turn: ', iterate);

                        if (iterate === 0) {

                            console.log('Session Start', 'size : ', data.length);

                            return dbx.filesUploadSessionStart({
                                                                   contents: data,
                                                                   close:    false,
                                                               }).then(function (response) {

                                sessionId = response.session_id;
                                console.log(sessionId);
                            
                                return ++iterate;

                            }).catch(function (err) {
                                console.log('error from dropbox');
                                console.log(err);
                                return ++iterate;
                            });

                        }&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:24:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-server-error-500-with-Upload-sesssion-start-JS-SDK/m-p/212076#M10723</guid>
      <dc:creator>AlexBrajkovic</dc:creator>
      <dc:date>2019-05-29T09:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Internal server error 500 with Upload sesssion start JS SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-server-error-500-with-Upload-sesssion-start-JS-SDK/m-p/212097#M10724</link>
      <description>&lt;P&gt;I had this issue aswell, but I can confirm, it's working now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 14:25:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-server-error-500-with-Upload-sesssion-start-JS-SDK/m-p/212097#M10724</guid>
      <dc:creator>dummy</dc:creator>
      <dc:date>2017-03-17T14:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internal server error 500 with Upload sesssion start JS SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-server-error-500-with-Upload-sesssion-start-JS-SDK/m-p/212124#M10727</link>
      <description>Thanks for reporting this! We did have a service disruption earlier today, but it should be resolved now. Please let us know if you're still seeing any issues.</description>
      <pubDate>Fri, 17 Mar 2017 16:40:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Internal-server-error-500-with-Upload-sesssion-start-JS-SDK/m-p/212124#M10727</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-03-17T16:40:04Z</dc:date>
    </item>
  </channel>
</rss>

