Hey guys - I am using the “upload” file input in bubble. I need to take that input file and submit it via the API connector. However, I am struggling with how I can initialize the API as seen in the picture, where it doesnt allow me to upload the file to submit to then use it in an action in a workflow… Any thoughts?
would the csvfile parameter be the URL of the file that is from your storage? Native Bubble storage is AWS, and when you upload a file, it creates a URL for it…in my limited experience with APIs requiring files (images mostly, which are image Files), the API parameter sent is the AWS URL of the image File.
Try putting a URL from a file you upload to your Bubble app