-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload files to Slack #58
Comments
Hi @JakeBooher thanks for letting us know! I'm trying to debug this in #62 👍 |
ah, okay a bug then - thanks thought I was losing it :) |
Hi @JakeBooher ! Could you try the newly released 2.3.0? slack-php-api/tests/WritingTest.php Lines 96 to 110 in f2c29d6
Thanks! |
As this bug is fixed since 2.3.0 i'm closing this issue. Feel free to open a new one if file upload is still an issue. Cheers |
Currently trying to figure out a way to upload image files using this library. I'm using 1.2.1 due to #57
I'm able to get text snippets to upload correctly, however, I cannot get a PNG image to upload.
A few variations of what I've tried:
and
the $channelId variable is correctly defined, I've just excluded it here.
Everything I try I get a
no_file_data
errorThe text was updated successfully, but these errors were encountered: