Skip to content

File Upload

nh916 edited this page Jul 13, 2023 · 5 revisions

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...

Resources