You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Dan R.23's avatar
Dan R.23
New member | Level 1
9 years ago

permanently delete file java api v2

How do you use permanentlyDelete in java api v2?   thanks
  • Greg-DB's avatar
    9 years ago

    Hi Dan, the permanentlyDelete 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.

    Note that per the documentation though, it's only available to Dropbox for Business apps. You can register a "team member file access" Dropbox Business app here:

    https://www.dropbox.com/developers/apps/create

    Using that would look like:

     DbxClientV2 client = new DbxTeamClientV2(config, ACCESS_TOKEN).asMember(teamMemberId);

    client.files().permanentlyDelete(filePath);

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,882 PostsLatest Activity: 10 hours ago
325 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!