Exports
You do not have permission to read exports.
Use the DataTorch Python package to download files and annotations from this project (requires Python 3.10+):
pip install datatorch
Download files and annotations from the last successful schema export:
import datatorch as dt
api = dt.api.ApiClient('YOUR-API-KEY')
# For the default schema named 'All'
api.project('undefined/undefined').download()
# For any named schema
api.project('undefined/undefined').download('SCHEMA_NAME')
# With directory
api.project('undefined/undefined').download('SCHEMA_NAME', '/files')