> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.dropboxapi.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.dropboxapi.com/_mcp/server.

# Java

#### Overview

## Java SDK

The official Java SDK for API v2 helps you to integrate Dropbox into your apps using Java.

### Code

[Dropbox for Java](https://github.com/dropbox/dropbox-sdk-java) - Dropbox for Java is open source on GitHub.

### Examples

[View examples on GitHub](https://github.com/dropbox/dropbox-sdk-java/tree/master/examples).

#### Install

## Install Java SDK

You can add the Java SDK to your project via Maven or Gradle.

To get started with the Java SDK, check out the README in the GitHub repo, under the [Setup](https://github.com/dropbox/dropbox-sdk-java#setup) section.

#### Tutorial

## Java SDK tutorial

For a complete tutorial, check out the README in the GitHub repo, under the [Dropbox for Java tutorial](https://github.com/dropbox/dropbox-sdk-java#dropbox-for-java-tutorial) section.

#### Documentation

## Dropbox for Java documentation

Here's the [full documentation](https://dropbox.github.io/dropbox-sdk-java/) for the Java SDK.