> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/files-and-tables/dropbox/faq.md).

# FAQ

<details>

<summary>Can I import from multiple Dropbox files in one data flow?</summary>

Yes, but you'll need to set up separate data flows for each file. However, you can use the Append transformation in Coupler.io to combine data from multiple data flows into a single destination. This is useful when you have data split across different files.

</details>

<details>

<summary>What happens if I move a file in Dropbox after setting up a data flow?</summary>

The data flow will break and show a "file is no longer available" error. To fix it, you'll need to update the file selection in your data flow settings to point to the new location. To avoid this, keep your Dropbox file in the same folder after setting up the import.

</details>

<details>

<summary>Can I import Excel formulas?</summary>

No, only the calculated values are imported. If your Excel file contains a formula like =SUM(A1:A10), Coupler.io will import the result (e.g., 150) but not the formula itself. If you need formulas in your destination, you'll have to recreate them there.

</details>

<details>

<summary>Can I import images or charts from my Dropbox spreadsheet?</summary>

No, Coupler.io only extracts text and numeric cell data. Images, charts, comments, and other embedded objects are not imported. Only the spreadsheet content itself is transferred.

</details>

<details>

<summary>How do I append data from multiple sheets into one table?</summary>

When setting up your data flow, select all the sheets you want to combine in the "Sheet(s)" field. Coupler.io will automatically append all data from those sheets into a single table in your destination. Make sure all sheets have the same column headers for best results.

</details>

<details>

<summary>Can I use a custom date range to import only recent data?</summary>

Yes, use the "Range" field to specify which rows to import (e.g., A1:Z500). However, if you need to import only rows updated after a certain date, you'll need to filter the data in your Dropbox file first or use a data warehouse like BigQuery and apply filters after import.

</details>

<details>

<summary>What file formats does Coupler.io support?</summary>

CSV and Excel files (.xlsx, .xls) are fully supported. Google Sheets exported to Dropbox as a file will also work. PDFs, images, and other file types are not supported.

</details>

<details>

<summary>Do I need a Business plan to import from multiple Dropbox files?</summary>

You need multiple data flows (one per file), which is available on all plans. However, the number of "connections" you can create may depend on your plan. Each Dropbox file you want to import from counts as one connection. Check your plan details or contact Coupler.io support to confirm your limits.

</details>

<details>

<summary>Can I automatically sync data between Dropbox and Google Sheets?</summary>

Yes. Set up a data flow from Dropbox to Google Sheets, then schedule it to refresh daily, weekly, or at any interval you need. Each time the flow runs, your Google Sheet will be updated with the latest data from your Dropbox file.

</details>

<details>

<summary>What should I do if my data is importing very slowly?</summary>

For large files with hundreds of thousands of rows, consider splitting the import into multiple smaller data flows or using a specific range (e.g., A1:M10000) instead of the entire sheet. You can also use BigQuery as your destination, which is optimized for large datasets. Avoid running multiple Dropbox data flows at the same time — stagger them to reduce load.

</details>

{% hint style="info" %}
For more details on what data is available and how to structure multi-sheet imports, see the [Data Overview](/sources/category/files-and-tables/dropbox/data-overview.md). For connection troubleshooting, check [Common Issues](/sources/category/files-and-tables/dropbox/common-issues.md).
{% endhint %}


---

# 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://docs.coupler.io/sources/category/files-and-tables/dropbox/faq.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.
