CSV Getter Docs
CSV GetterLoginSign Up
  • Welcome
  • What is CSV Getter?
  • The Export URL
  • Data Sources
    • Connect Airtable
    • Connect Notion
    • Connect Google Sheets
    • Upload Data
  • Destinations
    • Connect to Dropbox
    • Connect to Google Drive
  • Exporting
    • Export Airtable
    • Export Airtable (With Airtable URL)
    • Export Airtable (via API)
    • Export Notion
    • Export Google Sheets
    • Export Uploaded Data
  • Automations
    • Export to Excel (Windows)
    • Export to Google Sheets (Drive)
    • Export to Google Sheets (Direct)
    • Export to Dropbox
    • Export to JSON
    • Export to XML
  • Airtable
    • Linked Records and Lookup Fields
    • Export Shared Airtable View
  • Platform Features
    • URL Parameters
    • The "Type" Parameter
    • The "SQL" Parameter
    • Email Notifications
    • Extract JSON Property
    • Embeddable Wordpress HTML
  • Misc
    • Zapier Code Example
    • Google App Script Snippet
  • Custom Chat GPT Code
Powered by GitBook
On this page

Was this helpful?

  1. Automations

Export to Dropbox

PreviousExport to Google Sheets (Direct)NextExport to JSON

Last updated 3 months ago

Was this helpful?

Make sure you have and Connected Dropbox first.


1. Go to Exports

2. For your chosen export, you can click Export to Dropbox

3. You can also do this from the Sample Screen

4. In Dropbox, Click on Apps

This folder will have been generated if it did not exist already

5. Click on CSV Getter

6. You latest data has been stored

7. You can also trigger this programatically anytime by adding the following to the end of your Export URL

?send_to_dropbox=true 

// (for overwriting the file)

?send_to_dropbox=true&file_name_timestamp=true

// (To avoid overwriting the file)
Created an Export