> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DataSet Copy Connector Access Token Only

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

## Intro

You can use Domo's DataSet Copy connector to copy data from one Domo instance to another. You do this in the Data Center.

The DataSet Copy DataSet connector is a "File" connector, meaning it retrieves files and outputs them to Domo. In the Data Center, you can access the connector page for this and other File connectors by clicking **File** in the toolbar at the top of the window.

There are two versions of this connector, a regular and an advanced version. The only difference between these is that the advanced version asks you for the username and password for the Domo instance you are copying from. Because of this, we do not provide separate documentation for the advanced version.

This topic discusses the fields and menus that are specific to the DataSet Copy connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in [Adding a DataSet Using a Data Connector](/s/article/360042926274 "Adding a DataSet Using a Data Connector").

## Prerequisites

To copy data from one instance to another, you must have the following:

* The access token for the DataSet you are copying data from. This token belongs to the owner of the DataSet you are copying data from. If you have an "Admin" security role, you can generate access tokens; otherwise, you need to request an access token from an administrator. Make sure the token is not expired. For information about generating access tokens, see [Managing Access Tokens](/s/article/360042934494 "Managing Access Tokens").
* The Domo instance containing the DataSet you want to copy. For example, if your Domo URL was [https://abc123.domo.com](https://abc123.domo.com), the instance would be abc123.
* The DataSource ID of the data you want to copy. You can find the DataSource ID by opening the Details view for the DataSet in the Data Center. The ID is the number in the URL following "/datasources/".

  <Frame>
    <img src="https://mintcdn.com/domoinc-openapi-sync-dataflows/STh97d86twEaUU5_/images/kb/ka05w00000125wu-00N5w00000Ri7BU-0EM5w000005vNwc.png?fit=max&auto=format&n=STh97d86twEaUU5_&q=85&s=93aa5b7fd27b5e0bc5a92b2a34ec437d" width="624" height="44" data-path="images/kb/ka05w00000125wu-00N5w00000Ri7BU-0EM5w000005vNwc.png" />
  </Frame>

## Configuring the Connector

This section enumerates the options in the **Credentials** and **Details** panes in the DataSet Copy Connector page. The components of the other panes in this page, **Scheduling** and **Name & Describe Your DataSet**, are universal across most connector types and are discussed in greater length in [Adding a DataSet Using a Data Connector](/s/article/360042926274 "Adding a DataSet Using a Data Connector").

### Credentials Pane

This pane contains fields for entering credentials to create a DataSet Copy account. The following table describes what is needed for each field:

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"><p> Field </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> Access Token </p></td><td colspan="1" rowspan="1"><p> Enter the developer token for the DataSet you are copying data from. </p></td></tr><tr><td colspan="1" rowspan="1"> Domo Instance </td><td colspan="1" rowspan="1"> Enter t <span> he Domo instance name. For example, in <a href="https://abc123.domo.com" rel="noopener" target="_blank"> [https://abc123.domo.com](https://abc123.domo.com) </a>, abc123 is the instance. </span></td></tr></tbody></table>

For more information about obtaining the above credentials, see "Prerequisites," above.

Once you have entered valid credentials, you can use the same account any time you go to create a new DataSet Copy DataSet. You can manage connector accounts in the **Accounts** tab in the Data Center. For more information about this tab, see [Managing User Accounts for Connectors](/s/article/360042926054 "Managing User Accounts for Connectors").

### Details Pane

In this pane you enter details about the DataSet you want to copy.

<table border="1" cellpadding="1" cellspacing="1" class="mt-responsive-table" data-aura-rendered-by="33:195;a"><thead><tr><th colspan="1" rowspan="1"><p> Field </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> DataSource ID </p></td><td colspan="1" rowspan="1"><p> Enter the <span> Domo DataSource ID of the DataSet to pull data from. The DataSource ID is the GUID in the URL of the DataSet, immediately after /datasources/. </span></p></td></tr><tr><td colspan="1" rowspan="1"> Exclude Meta Columns </td><td colspan="1" rowspan="1"> Select this checkbox if you do not want Domo to add meta columns to the copied dataset (Batch ID, Batch Last Run, and Domo Instance). </td></tr><tr><td colspan="1" rowspan="1"><p> Only Updated Data </p></td><td colspan="1" rowspan="1"><p><span> Choose 'Yes' to retrieve data only if the dataset has ran after the latest run of this copy dataset. This helps prevent stale data. </span></p></td></tr><tr><td colspan="1" rowspan="1"><p> Preserve Empty String </p></td><td colspan="1" rowspan="1"><p><span> Select this checkbox if you do not want the empty strings to be converted into null values. </span></p></td></tr><tr><td colspan="1" rowspan="1"><p> Use Origin DataSet's Schema </p></td><td colspan="1" rowspan="1"><p><span> Choose 'Yes' to use the schema from the inputted dataset for every run. </span></p></td></tr></tbody></table>

### Other Panes

For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see [Adding a DataSet Using a Data Connector](/s/article/360042926274).

## FAQs

<AccordionGroup>
  <Accordion title="What kind of credentials do I need to power up this connector?">
    You need the access token and Domo instance of an account that has access to the original dataset. For example, if your Domo URL is " [https://abc123.domo.com"](https://abc123.domo.com)", the instance would be "abc123".
  </Accordion>

  <Accordion title="Where can I find my access token?">
    If you have an "Admin" security role, you can generate access tokens; otherwise, you need to request an access token from the administrator. Make sure the token is not expired. For information about generating access tokens, see [Managing Access Tokens](/s/article/360042934494).
  </Accordion>

  <Accordion title="Why do I need the access token?">
    Access tokens are used to import data in or export data from Domo.
  </Accordion>

  <Accordion title="I am not able to connect with my access token. Why?">
    Access tokens are associated with the specific user accounts and have the same access as the user. If the user's permissions change, the access token reflects that.
  </Accordion>

  <Accordion title="How often can the data be updated?">
    Datasets should be set to update once every 15 minutes.
  </Accordion>

  <Accordion title="Are there any API limits that I need to be aware of?">
    No
  </Accordion>
</AccordionGroup>
