-
Notifications
You must be signed in to change notification settings - Fork 16
Unable to send images using the sendFile() #17
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
Comments
Is there any update on this? |
Hi, the fix will be released by the end of this week. |
Hi there! I've released a RC version, can you please test it out and let me know if this fixes your issue? To use the RC version, you can try changing the pubnub: 3.0.0-rc Alternatively, change your pubnub:
git:
url: [email protected]:pubnub/dart.git
ref: v3.0.0-rc Please keep in mind, that with this new version, some imports may have changed (especially for Thanks for your cooperation! |
Hi, thanks for the update... Image upload is working fine but plugin throwing a new error in subscription.dart file subs.me = pubnub.subscribe(channels: {'${keyset.uuid}.*'}, withPresence: true);
` |
Hi there! I've uploaded a fix, can you try updating the |
Thanks! its working |
Fixed in v3.0.0. |
pubnub.files.sendFile(this.currentChannel, filename, _image.readAsBytesSync()).then((value){
print(value);
});
I am sending the image file in the above way but i am getting the following error
Unhandled Exception: PubNubException: Request to third party service failed. Details: Query String Parameters not allowed on POST requests.
The text was updated successfully, but these errors were encountered: