Get desktop application:
View/edit binary Protocol Buffers messages
Delete a file by its ID
Request to delete a file from Trinsic's CDN by ID
ID of file to delete
Response to `DeleteFileRequest`. Empty payload.
(message has no fields)
Fetch information about a file by its ID
Request to fetch information about a stored file
ID of file to fetch
Response to `GetFileRequest`
File specified by `id` parameter of `GetFileRequest`.
Get statistics about files uploaded by the calling account
Request to get statistics about files uploaded by this account
(message has no fields)
Response to `GetStorageStatsRequest`
Statistics about files uploaded by the calling account
List files the calling account has uploaded
Request to list files
Query to search with. If not specified, will return the most recent 100 files.
Token provided by previous `ListFilesRequest` if more data is available for query
Response to `ListFilesRequest`
Files found by query
Whether more results are available for this query via `continuation_token`
Token to fetch next set of results via `ListFilesRequest`
Upload a file to Trinsic's CDN
Request to upload a file to Trinsic's CDN
Raw content of file
MIME type describing file contents
Response to `UploadFileRequest`
Information about newly-uploaded file
Contains information about a file stored in Trinsic's CDN
Used in: , ,
ID of file, generated randomly by Trinsic on upload
Wallet ID of uploader
Size, in bytes, of file
Uploader-provided MIME type of file
ISO 8601 timestamp of when file was uploaded to Trinsic
CDN URL of file
Represents aggregate statistics of all files uploaded by a single issuer
Used in:
Number of files uploaded by this account
Sum total size of all files, in bytes