Posting files to tables from outside of Tulip

Hey all,

I’m working on a non-Tulip app which creates a log file and I’m hoping to store this log file in a Tulip table. In order to accomplish this is looks like I will have to post the file to the amazon aws bucket, and then store that location in the table.

Has anyone done anything like this before? Any tips?

Thanks!

Hey @kcolwell -

I know of one customer who has done this with Google Cloud Storage Buckets to store STL files (that are then rendered in the CAD widget).

I have found their APIs to be quite comprehensive for this sort of use case, and they expose files in a way that Tulip can easily ingest.

Pete

Is it still the case that we can’t upload a file or image directly to Tulip via the API, we have to have a separate AWS bucket? Does it need to be an AWS Bucket or could it be an Azure Blob?