Upload files on column from url by the help of monday API
{
"query": "mutation($file: File!){ add_file_to_column(item_id:1691630609, column_id: \\"files\\", file: $file) { id }}",
"variables[file]":"@DSC_0139.jpg"
}
I am using this code in postman
DSC_0139.jpg file available in my …/postman/file/ DSC_0139.jpg
and Very important point is my all files uploaded on AWS s3 storage so how can i use these file for uploading
Thanks
Preetam kumar joshi
