Generates a pre-signed URL for one-time upload or a resumable URI for dataset upload.
A 200 response means the URL and its tracking job were created. It does not mean any records have been
loaded. Nothing is loaded until you upload your file to the returned URL, and the load itself then runs
asynchronously. Poll GET /datasets/jobs/{jobId}/logs:current with the returned jobId until
datasetJobStatusName is Completed before loading more records into this dataset.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Returns the signed URL for upload and the jobId tracking the eventual load. Records are not loaded yet
403User is not authorized as an app installation
404Dataset not found
409A records load job for this dataset is still in progress. Wait for it to reach a terminal status and retry

