jolicode / slack-php-api

:hash: PHP Slack Client based on the official OpenAPI specification
https://jolicode.github.io/slack-php-api/
MIT License
221 stars 54 forks source link

Method files.upload is no longer supported by Slack for new Applications #168

Open george-viaud opened 1 month ago

george-viaud commented 1 month ago

It seems that as of the 16th of May, 2024 the files.upload method is no longer authorized for new bots.

https://api.slack.com/changelog/2024-04-a-better-way-to-upload-files-is-here-to-stay

The current client api definitions don't appear to have a filesGetUploadURLExternal() or filesCompleteUploadExternal() method (or I'm calling them incorrectly)