File Upload - C-Accel-Project-Old-Version/old-sdk GitHub Wiki
full documentation coming soon...
File Nodes with URL Source
Upload From Local Storage
- using AWS S3 Cognito to store files to AWS S3 cloud storage
- then write down the object_name from AWS S3 cloud storage to file node source attribute
- python SDK files has a dedicated folder called
python_sdk_files- frontend has a different way of storing files, but since we are getting files via object_name it should always be fine
Download From Cloud Storage
documentation coming soon...
Download From Web URL
documentation coming soon...