I followed @NoCode ProCode 's video to upload file. I tried a standalone example and it works like a charm.
I then went ahead and implemented in my original flow which requires authentication at each step. Usually I set Bearer access token against Authorization dropdown. Since this one has files as part of the form, I set the content-type as multipart/form-data.
When I invoke the corresponding Xano API, I get "Unauthorized - Authentication Required,". When I check the request headers, it doesn't have Authorization as a header.
I then tried to manually set the header, but not quite sure as to how to pass the access token against it.
Any ideas?