> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/how-to-make-your-dropbox-artwork-files-shareable.md).

# How to Make Your Dropbox Artwork Files Shareable

If you are storing your printable files in a Dropbox, you’ll need to get the public link of each file so you can add it to your items here in Order Desk.

Depending on whether you are using the Dropbox web interface or just putting your files into the Dropbox folder on your computer (and using the Dropbox app) these steps are a bit different. This guide will cover both methods.

#### Downloadable Link

Before you get started, let’s take a look at what a Dropbox public link looks like:

```
https://www.dropbox.com/s/tvp30h94wgoqpsj/IMG_7440.JPG?dl=0
```

Notice at the end it says dl=0. This is typically the default format you’ll get when you follow the steps in this guide to get your public link. What this means is that the link is *not* a download link. If you click it, it will show you the file in your browser.

All printers request that the file ends with?dl=1 instead. When it ends with?dl=1, if you click the link, the file will automatically download to your computer:

```
https://www.dropbox.com/s/tvp30h94wgoqpsj/IMG_7440.JPG?dl=1
```

Order Desk changes Dropbox files that end in 0 to end in 1 before sending to any printer, so it doesn’t matter which format you add to your items here.

Make sure that you are not adding a link to a Dropbox folder or to any page in your Dropbox account. The link required for your printers to be able to download the file and print it on their products should be created following the steps in this guide.

#### Preview Link

If you’re looking to create a link to preview your image in the browser without the need to download it, you can use?raw=1 to end the file:

```
https://www.dropbox.com/s/tvp30h94wgoqpsj/IMG_7440.JPG?raw=1
```

#### Get Link from Dropbox Website

If you use the Dropbox website directly, after uploading your file, hover your cursor over the file and click the **Share** option (not the arrow next to it):

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FS80zZLoGhwNNwohB7VCs%2Flegacy-640ce5534558c7fe45e8.png?alt=media)

Click **Create a link**:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FPEAK8eqyyFkcjvkeAYHa%2Flegacy-148573bc092f78d636c3.png?alt=media)

Once the link is created, the page should refresh and you can click **Copy link**:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FABwY91x0rL8sMTEnJWNp%2Flegacy-d71894f34b0e6bd1cad1.png?alt=media)

This copies the link to your clipboard, so you can paste it in Order Desk.

If you don’t have it copied to your clipboard anymore, highlight the link and press ctrl+c (or cmd+c on a Mac) to copy the link again:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FYeNZSywmQcb1aDwJIWfv%2Flegacy-afb495afa1858766a790.png?alt=media)

#### Get Link from Dropbox App

If you use the Dropbox App instead of the website, drop your artwork file into the folder you want to store it in, then click on the Dropbox App icon.

Click **Copy Link** for that file:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FeBA6gsFXzEtFXsznex7Q%2Flegacy-63cf762ec8c8bd680b68.png?alt=media)

The link will automatically be copied to your clipboard so you can paste it into Order Desk.

#### Add Link to Item

Once you have a public link to your artwork file, bring it into Order Desk and add it as the print\_url to the item it is associated with:

![](https://251457507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQOLMUJWMYtrpQ7Oxxca%2Fuploads%2FFLgQYLM7xuFGLZOXyDiK%2Flegacy-3cd5e03c553f471f1463.png?alt=media)

If you are adding several items to Order Desk at once with a spreadsheet, add the link to the column for your print\_url. You’ll map this field to item metadata when you import the spreadsheet. For more information on how to do this, please see [this guide](/guided-walkthroughs/print-on-demand-walkthrough/print-on-demand-fulfillment.md#add-inventory-to-order-desk).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.orderdesk.com/integration-setup-guides/tools-and-productivity/how-to-make-your-dropbox-artwork-files-shareable.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
