Comprehensive guide to file handling in social.plus SDK with upload, download, and management capabilities
Core Properties
Property | Type | Description |
---|---|---|
fileId | string | Unique identifier for the file |
fileUrl | string | Direct download URL for the file |
filename | string | Original filename with extension |
type | string | MIME type of the file |
Metadata & Tracking
Property | Type | Description |
---|---|---|
size | number | File size in bytes |
createdAt | Date | Upload timestamp |
updatedAt | Date | Last modification timestamp |
attributes | object | Custom metadata and file information |
isUploaded | boolean | Upload completion status |
attributes
object provides detailed file information including format-specific metadata: