# Dropbox connector path settings

In order to read data from or write data to files and folders, the user needs to give the relevant path within the Exchange Reader/Writer.

{% hint style="info" %}

* In case of complete dropbox access:&#x20;
  * To provide the location of an existing file, enter the relevant file path. For example, to give the path of a file at the root, type the following: /(filename.extension)” e.g. “/testdropbox.csv”&#x20;
  * In case a file is not present, to write data into a file in a specific location, a file will be created with the name given after the “/”: “/(filename.extension)” e.g. “/test.csv”
* In case of access only to a specific folder in the dropbox e.g. a folder within the accessible folder, giving the same path will result in the file being created inside the location: "/Apps//folder1"
  {% endhint %}

## Full path, including the file name:

In case of a full path including file name:

1. “File path or File URL or Folder path or Folder URL”: Enter full path.
2. “File name”: no file name.

## Folder path and File name:

In case of a folder path and a file name:

1. File path or File URL or Folder path or Folder URL: Enter folder path
2. Filename: Enter file name

## Folder URL and File name:

In case of a Folder URL and a file name:

1. Copy folder URL from the address bar.
2. File path or File URL or Folder path or Folder URL: Enter folder URL.
3. Filename: Enter file name.

## Folder URL and File name:

In case of a Folder URL and file name:

1. Right-click on the folder.
2. Click Copy link.&#x20;
3. File path or File URL or Folder path or Folder URL: Enter folder URL.
4. Filename: Enter file name.

## File URL:

File URL can be copied in any of the following ways:

1. Case 1:&#x20;
   1. Copy URL from address bar when file is open in the same tab.
   2. File path or File URL or Folder path or Folder URL: Enter file URL.
   3. Filename: no file name.
2. Case 2:
   1. Right-click on the file.
   2. Click Copy link.&#x20;
   3. File path or File URL or Folder path or Folder URL: Enter file URL.
   4. Filename: no file name.
3. Case 3:&#x20;
   1. Copy URL from address bar when file is open in a new tab.
   2. File path or File URL or Folder path or Folder URL: Enter file URL.
   3. Filename: no file name.


---

# Agent Instructions: 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:

```
GET https://docs.langstack.com/welcome/in-depth-learning/connectors/dropbox-connector/usage-of-dropbox-connector-in-etl-pipeline/dropbox-connector-path-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
