<?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 deleteFilesV2 Error -  Javascript SDK in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/deleteFilesV2-Error-Javascript-SDK/m-p/256254#M14848</link>
    <description>&lt;P&gt;I'm getting a 'Request has been terminated...' console error with this code below. I imagine it's no different than the filesUpload(arg) class but it's not working for me. Is there something wrong with my code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;function deleteFile(){
      dbx.filesDeleteV2({path: "/humanities.txt"})
      .then(function(response){
        console.log(response);
      })
      .catch(function(error){
        console.error(error);
      });
    }&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 May 2019 09:16:44 GMT</pubDate>
    <dc:creator>find-bijan</dc:creator>
    <dc:date>2019-05-29T09:16:44Z</dc:date>
    <item>
      <title>deleteFilesV2 Error -  Javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/deleteFilesV2-Error-Javascript-SDK/m-p/256254#M14848</link>
      <description>&lt;P&gt;I'm getting a 'Request has been terminated...' console error with this code below. I imagine it's no different than the filesUpload(arg) class but it's not working for me. Is there something wrong with my code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;function deleteFile(){
      dbx.filesDeleteV2({path: "/humanities.txt"})
      .then(function(response){
        console.log(response);
      })
      .catch(function(error){
        console.error(error);
      });
    }&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:16:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/deleteFilesV2-Error-Javascript-SDK/m-p/256254#M14848</guid>
      <dc:creator>find-bijan</dc:creator>
      <dc:date>2019-05-29T09:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: deleteFilesV2 Error -  Javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/deleteFilesV2-Error-Javascript-SDK/m-p/256368#M14856</link>
      <description>I just tried this, and it is working for me. &lt;BR /&gt;&lt;BR /&gt;Are you triggering any navigation around the same time? These calls are asynchronous, so if you leave the page before the call finishes, you can get this error.</description>
      <pubDate>Tue, 12 Dec 2017 16:19:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/deleteFilesV2-Error-Javascript-SDK/m-p/256368#M14856</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-12-12T16:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: deleteFilesV2 Error -  Javascript SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/deleteFilesV2-Error-Javascript-SDK/m-p/256458#M14861</link>
      <description>&lt;P&gt;Wow of course - Thank you, my code is functioning now!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 05:48:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/deleteFilesV2-Error-Javascript-SDK/m-p/256458#M14861</guid>
      <dc:creator>find-bijan</dc:creator>
      <dc:date>2017-12-13T05:48:19Z</dc:date>
    </item>
  </channel>
</rss>

