Add an external file from a supported cloud source (currently Google Drive) to the Seismic Library under the specified teamsite. The operation creates a new Library content item linked to the external source file and places it in the target parent folder.
Domain Terms
externalSource: The cloud storage platform where the source file lives. Only GoogleDrive is supported at this time.
externalContentId: The unique file identifier in the external source system (e.g., a Google Drive file ID such as 1XK_AinrjCzyylNGaH6oX9MUfY5-G-Y54).
parentFolderId: The Seismic Library folder that will contain the new content item. Use a folder GUID or root for the top-level Library folder.
autoSync: When true, the Library item re-syncs automatically whenever the source file is updated in Google Drive.
Prerequisites
The caller must have a valid Google Drive connection configured in Seismic.
The target parentFolderId must exist in the specified teamsite.
The external file identified by externalContentId must be accessible via the caller's Google Drive connection.
Rate Limit
This operation is rate-limited to 1 request per second per token.
Recent Requests
Log in to see full request history
Time
Status
User Agent
Retrieving recent requests…
Loading…
Responses
403
Forbidden. The caller does not have the seismic.library.manage scope or lacks write permission on the target folder. In some legacy environments, expired or missing authentication may also surface as 403; clients should handle both 401 and 403 for auth-related failures.
404
Not Found. The specified teamsite, parent folder, external Google Drive connection, or external file could not be resolved.
500
Internal Server Error. An unexpected error occurred on the server while importing the external content.
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200 - Example 1400 - missingBody401 - Example 1403 - Example 1404 - Caller has no valid Google Drive connection configured in Seismic404 - Target parent folder does not exist in the specified teamsite404 - External file not found via the caller's Google Drive connection500 - Example 1