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...
)