Import selected files
Imports the files selected in the provider’s picker (file services only). Already-imported files are skipped. Returns the created sync; poll it for completion.
Path Parameters
Workspace identifier.
Opaque identifier of the connection.
^conn_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Body
Request payload to import a caller-selected set of files from a file-service connection (the provider picker returns id + name per file).
Request payload to import a caller-selected set of files from a file-service connection (the provider picker returns id + name per file).
The files to import. Already-imported files are skipped.
1 - 500 elementsResponse
A connection sync (import or export).
A connection sync (import or export).
1-based attempt number; scheduled syncs may be retried on failure.
The connection this sync belongs to.
^conn_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Unique sync identifier.
Number of objects transferred so far.
When the sync started.
Current status of the sync.
"pending"How the sync was triggered.
"on_demand"Account that triggered the sync.
When the sync finished, if it has.
Failure reason when the sync failed; omitted otherwise.