To copy labels from one Project to another, both Projects must contain the same data unit. The data unit must have the same title in both Projects. If the Projects use different Datasets, make sure the data unit names match exactly.
  1. Copy and save label_copy.py.
  2. Use your command line to navigate the directory where your script is saved.
  3. Run the following command, making sure to:
    • Replace <private_key_path> with the path to your private key.
    • Replace <source_project_hash> with the Project hash of your source Project.
    • Replace <target_project_hash> with the Project hash of your target Project.