Your API Document says if I use a Content-Disposition header with: form-data; name=“Filename”; filename=“Filename_I_want”
that at least one of these will be the Document ID in Vectara. This is not true. It’s always taking the filename from the web link that’s provided.
The other option is to append ;filename=desiredname.ext at the end of the URL - Bubble does not allow you to append to that link, if its flagged as a file upload, all you can pass it the uploaded file.
can another parameter be added to the form-data to allow the file ID in vectara to be set by the calling system?
I was able to put ‘filename’ in the metadata, but then in the UI in vectara I still get the awful ID of the generated filename(by bubble).