added
Uploading files using variables in the SDK
February 25th, 2021
Uploading files to monday.com has become simpler using our SDK.
Developers using our SDK to make requests from View apps that are using Seamless Auth will now also be able to do seamless file uploads! monday.com will now translate any query into a multipart request if it detects the request contains files. This means that if you’re adding files as variables, it will just work with zero extra code on your side.
If you are making a direct call from the server-side using the monday.api method, the translation will not work. Instead, we recommend constructing your own HTTP request using a library of your choice.
You can find more info on this in this community post
You can also find a NodeJS code example here.