Raw data as a base64 string
The thread id the data will be added to
A caption to associate with the data
A Promise that will resolve with the Block result
Add files to a Textile thread
Comma separated list of file paths to add, can be file system paths, IPFS hashes, or existing hashes
The thread id the files will be added to
A caption to associate with the files
A Promise that will resolve with the Block result
Get the raw data for a file at an IPFS hash.
Textile.files.content(hash);
Get the best size image from a Thread with MEDIA type thread given a minimum width.
Note: pth is
Textile.files.imageContentForMinWidth(path, minWidth);
List all files or files in a known Thread.
Textile.files.list(threadId, offset, limit);
Share files already aded to a Textile thread to a Textile thread
The source thread target of the files to share
The thread id the files will be shared to
A caption to associate with the files
A Promise that will resolve with the Block result
Add raw data to a Textile thread