The files.upload API is being deprecated. slacktee makes usage of it here
|
upload_result="$(curl -F file=@"$filename" -F token="$token" $channels_param https://slack.com/api/files.upload 2> /dev/null)" |
We want to inform you of two important dates related to upcoming changes to support for the files.upload web API method
To prepare for this change, we recommend migrating away from files.upload and instead using the combination of files.getUploadURLExternal and files.completeUploadExternal. More information on how to use these two APIs together can be found on our Uploading files documentation. You can also leverage Slack’s SDKs to help you transition to this new way of uploading files by visiting our api.slack page.
The files.upload API is being deprecated. slacktee makes usage of it here
slacktee/slacktee.sh
Line 884 in c439618
We want to inform you of two important dates related to upcoming changes to support for the files.upload web API method
To prepare for this change, we recommend migrating away from files.upload and instead using the combination of files.getUploadURLExternal and files.completeUploadExternal. More information on how to use these two APIs together can be found on our Uploading files documentation. You can also leverage Slack’s SDKs to help you transition to this new way of uploading files by visiting our api.slack page.