Replies: 1 comment 4 replies
-
This looks like not package bug, but related to this error But looks like this is dependent from your code? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using graphql_flutter package to upload files from my Android emulator to azure blob storage. The moment I click the button to upload I get the [Errno 2] No such file or directory: '\data\user\0\com.example.bol\cache\2616255d-5f60-429a-9755-7f4023ce8275\avatar2.jpg' error.
If I set the path of a file on my desktop manually then the upload works.
Here is graphql schema-
Here is my mutation widget on Flutter-
Here is python graphql server -
Beta Was this translation helpful? Give feedback.
All reactions