“no_file_data” error when trying to upload file to slack

前端 未结 2 454
暗喜
暗喜 2021-01-20 07:40

when I try to upload any kidn of file through my SlackApp(via c# using HttpClient), I allways get the following response:

{\"ok\":false,\"error\":\"no_file_d         


        
2条回答
  •  青春惊慌失措
    2021-01-20 08:20

    I was running into the no_file_data error as well. I found out you the file needs to exist AND it needs actual content inside. Make sure to do a size check or content length check in addition to the file exists check before uploading

提交回复
热议问题