Upload a file from Google Cloud Storage

Upload a single file from Google Cloud Storage to Orange Logic by providing a source bucket and object key

Uploads from Google Cloud Storage are always processed fully in the background. Record IDs and System Identifiers for the uploaded assets are generated immediately.

The behavior of this call depends on your duplicate detection configuration.

  • When duplicate detection is off, you can use this call to upload any asset, even if it's a duplicate of an asset that's already stored in Orange Logic.
  • When duplicate detection is on, this call returns the ID of the duplicate asset instead of uploading the new asset.
  • When duplicate detection with checksum is on, this call returns the ID and version number of the duplicate asset instead of uploading the new asset.

Duplicate detection is off by default. Submit a support request to enable duplicate detection.

📘

Note

This API is available beginning in Orange Logic Juneau.

Language
Credentials
OAuth2
URL