Refresh Source Metadata
Re-fetches the file’s source_metadata live from its data connector (google-drive, dropbox, zoom, gong, recall, grain, or iconik) and updates the stored value. If the file belongs to any metadata collections, their search documents are re-indexed with the refreshed metadata. Works for both metadata-only files and fully ingested connector files. Free — no media is downloaded or processed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the file to sync
Response
File with refreshed source metadata
Unique identifier for the file
Processing status of the file
pending, processing, completed, failed, not_applicable Cloudglue URI for the file, to be used in other API calls
Size of the file in bytes, null if not available
Unix timestamp in milliseconds when the file was created
Original filename
User-provided metadata about the file, null if none provided
Type of media file (video, audio, or image). Images are processed at the file level only (no segmentation).
video, audio, image Unified media information for video, audio, and image files
Information about the video content
URL of the thumbnail for the file
Source of the file
video, youtube, s3, dropbox, http, upload, google-drive, zoom, gong, recall, gcs, grain, loom, iconik Source provenance captured from the upstream connector at ingest time. Null when nothing was captured (older files, or a connector that does not yet populate it).
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7