<?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: permanently delete file java api v2 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169086#M6235</link>
    <description>&lt;P&gt;Great. thanks again Gregory.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2016 04:45:55 GMT</pubDate>
    <dc:creator>Dan R.23</dc:creator>
    <dc:date>2016-09-29T04:45:55Z</dc:date>
    <item>
      <title>permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169082#M6231</link>
      <description>&lt;P&gt;How do you use permanentlyDelete in java api v2? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:29:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169082#M6231</guid>
      <dc:creator>Dan R.23</dc:creator>
      <dc:date>2019-05-29T09:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169083#M6232</link>
      <description>&lt;P&gt;Hi Dan, the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#permanentlyDelete-java.lang.String-" target="_blank" rel="nofollow noreferrer"&gt;permanentlyDelete&lt;/A&gt; method you mentioned is the right method for permanently deleting files. Have you tried using it and run in to any issues? If so, please share the error you're getting if you're still having trouble.&lt;/P&gt;
&lt;P&gt;Note that per the &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#permanentlyDelete-java.lang.String-" target="_blank" rel="nofollow noreferrer"&gt;documentation&lt;/A&gt; though, it's only available to&amp;nbsp;Dropbox for Business apps. You can register a "team member file access"&amp;nbsp;Dropbox Business app here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps/create" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/apps/create&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Using that would look like:&lt;/P&gt;
&lt;PRE&gt; DbxClientV2 client = new DbxTeamClientV2(config, ACCESS_TOKEN).asMember(teamMemberId);&lt;BR /&gt;&lt;BR /&gt; client.files().permanentlyDelete(filePath);&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Sep 2016 00:20:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169083#M6232</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-29T00:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169084#M6233</link>
      <description>&lt;P&gt;Thanks for response Gregory. &amp;nbsp;Yeah I am a team of one, so I have no need for Dropbox for business where I have to pay for &amp;nbsp;a minimum of 5 team members. &amp;nbsp;Seems a little silly that I'm attempting to build an app that could potentially bring customers to dropbox and yet I have to develop with an api that has had important methods hacked out of it in order for to push me into paying more.... anyway that has nothing to do with you.&lt;/P&gt;
&lt;P&gt;But I do have a followup question. &amp;nbsp;Do you have a list of all the methods that are only available to Business accounts? &amp;nbsp;i need to know what other important things are going to be missing from the api.&lt;/P&gt;
&lt;P&gt;I have already put a lot of time into the app I'm working on and want to know if its even worth my time to continue with dropbox or switch immediately to another provider.&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 01:46:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169084#M6233</guid>
      <dc:creator>Dan R.23</dc:creator>
      <dc:date>2016-09-29T01:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169085#M6234</link>
      <description>&lt;P&gt;Thanks for the feedback! That's the only user method that is restricted to Business apps. I'll send this along as a feature request to make this available to non-Business apps though.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 03:29:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169085#M6234</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-29T03:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169086#M6235</link>
      <description>&lt;P&gt;Great. thanks again Gregory.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 04:45:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/169086#M6235</guid>
      <dc:creator>Dan R.23</dc:creator>
      <dc:date>2016-09-29T04:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/202966#M9669</link>
      <description>&lt;P&gt;I too also creating an android app and require the delete method, I am a single developer so don't need&amp;nbsp;the business membership can you make the permanentlyDelete(String path) method available to sole developers please ?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 21:13:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/202966#M9669</guid>
      <dc:creator>andycass</dc:creator>
      <dc:date>2017-01-19T21:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/202967#M9670</link>
      <description>Thanks for the feedback! I can't make any promises, but I've added your vote to the feature request.</description>
      <pubDate>Thu, 19 Jan 2017 21:15:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/202967#M9670</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-01-19T21:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/248641#M14278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to give another vote for making the permanently_delete&amp;nbsp;endpoint available to Individual (non Business) users.&lt;/P&gt;
&lt;P&gt;Actually, I don't see&amp;nbsp;a reason for limiting it anymore as all Business plans have 120 days of file history, just as the Professional plan. Even the blog post for the new Professional plan states that this new (and most expensive per person) plan would bring the Business features to individual users. Therefore, I would expect the endpoint to work at least for Professional accounts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Sun, 22 Oct 2017 15:56:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/248641#M14278</guid>
      <dc:creator>Markus K.6</dc:creator>
      <dc:date>2017-10-22T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: permanently delete file java api v2</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/248932#M14292</link>
      <description>Thanks for the feedback Markus!</description>
      <pubDate>Mon, 23 Oct 2017 21:17:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/permanently-delete-file-java-api-v2/m-p/248932#M14292</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-23T21:17:56Z</dc:date>
    </item>
  </channel>
</rss>

