Setting file name for base64 upload

I am trying to use the Monday API to upload a file. I am using a base64 encoded string to upload the file as I am pulling my file from Blob Storage.

I was wondering if there is any way to provide a name for the file when uploading in this manner. At the moment, my files are just called “data” (with no file extension) in the board. I need to not only give the files a valuable name, but also provide a relative file extension. My base64 string includes the mime type (all use data:image/png...)

Hi @ryandawkes!

Currently, there is no way to provide a name for your files using the monday API.

Our API only supports adding a file to an update and adding a file to the file column.