<?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: Delete file from dropbox in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135458#M4143</link>
    <description>&lt;P&gt;Sorry for not mentioning. It's the one for .NET.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2015 19:24:17 GMT</pubDate>
    <dc:creator>Nenciu D.</dc:creator>
    <dc:date>2015-09-14T19:24:17Z</dc:date>
    <item>
      <title>Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135456#M4141</link>
      <description>&lt;P&gt;I'm using Dropbox SDK v2 and I want to delete an item (folder or file) . Is it possible?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:40:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135456#M4141</guid>
      <dc:creator>Nenciu D.</dc:creator>
      <dc:date>2019-05-29T09:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135457#M4142</link>
      <description>&lt;P&gt;Which SDK?&lt;/P&gt;
&lt;P&gt;Via the HTTP API, it's /files/delete. Search for "delete" here:&amp;nbsp;&lt;A href="https://www.dropbox.com/developers-preview/documentation/http#documentation" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers-preview/documentation/http#documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 18:39:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135457#M4142</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-09-14T18:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135458#M4143</link>
      <description>&lt;P&gt;Sorry for not mentioning. It's the one for .NET.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 19:24:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135458#M4143</guid>
      <dc:creator>Nenciu D.</dc:creator>
      <dc:date>2015-09-14T19:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135459#M4144</link>
      <description>&lt;P&gt;In that SDK, the method is&amp;nbsp;called &lt;A href="http://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesRoutes_DeleteAsync_1.htm" target="_blank" rel="nofollow noreferrer"&gt;DeleteAsync&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 19:25:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135459#M4144</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-09-14T19:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135460#M4145</link>
      <description>&lt;P&gt;Thanks Steve . It's working dropboxClient.Files.DeleteAsync(path).&lt;/P&gt;
&lt;P&gt;I was looking at &lt;A href="http://dropbox.github.io/dropbox-sdk-dotnet/html/N_Dropbox_Api_Files.htm" rel="nofollow noreferrer"&gt;http://dropbox.github.io/dropbox-sdk-dotnet/html/N_Dropbox_Api_Files.htm&lt;/A&gt; ,not at&amp;nbsp;&lt;A href="http://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_Routes_FilesRoutes.htm" rel="nofollow noreferrer"&gt;http://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_Routes_FilesRoutes.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2015 19:59:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135460#M4145</guid>
      <dc:creator>Nenciu D.</dc:creator>
      <dc:date>2015-09-14T19:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135461#M4146</link>
      <description>&lt;P&gt;Once DeleteAsync method executed, in order to confirm that file is deleted or not i'm using a file meta data flag called isDeleted, but it return false when the file is removed from dropbox folder?&lt;/P&gt;
&lt;P&gt;var deleted = await dbx.Files.DeleteAsync(isFound.PathLower);&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;&amp;nbsp; return deleted.IsDeleted&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 01:04:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135461#M4146</guid>
      <dc:creator>arooran s.</dc:creator>
      <dc:date>2016-02-16T01:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135462#M4147</link>
      <description>&lt;P&gt;Arooran, thanks for the report! We'll look into it.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 04:52:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135462#M4147</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-16T04:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135463#M4148</link>
      <description>&lt;P&gt;Arooran, I looked into this, and this is the expected behavior. The delete call deletes a file or folder at the specified path. A success response indicates that the item was deleted. The returned metadata will be the metadata&amp;nbsp;for the item that was deleted, but not an "IsDeleted"&amp;nbsp;object (since the deleted version of metadata is less useful anyway).&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 05:50:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135463#M4148</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-17T05:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135464#M4149</link>
      <description>&lt;P&gt;Gregory, Thanks for quick update. but what does the isDeleted meta data stands for? if the file is deleted it should set to true not false.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 05:43:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135464#M4149</guid>
      <dc:creator>arooran s.</dc:creator>
      <dc:date>2016-02-20T05:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Delete file from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135465#M4150</link>
      <description>&lt;P&gt;This is definitely a little confusing&amp;nbsp;in this case, but isDeleted just tells you if the returned Metadata object is of type DeletedMetdata, and not if the remote file is deleted. The delete method never returns a DeletedMetadata though, so isDeleted won't be true. You should instead use the call successfully completing as the indicator that the delete operation worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2016 06:32:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Delete-file-from-dropbox/m-p/135465#M4150</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-20T06:32:59Z</dc:date>
    </item>
  </channel>
</rss>

