8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
final input = await storage.getFileDownload( bucketId: 'my bucketId', fileId: imageFileId); // input has correct data final storageFile = await storage.createFile( bucketId: 'my bucketId'', fileId: fileId, file: InputFile(bytes: input));
output:
Unhandled exception: AppwriteException: storage_file_empty, No file sent (400) #0 ClientMixin.prepareResponse (package:dart_appwrite/src/client_mixin.dart:73:9) #1 ClientIO.call (package:dart_appwrite/src/client_io.dart:220:14) <asynchronous suspension> #2 Storage.createFile (package:dart_appwrite/services/storage.dart:242:17) <asynchronous suspension> #3 start.<anonymous closure> (package:appwrite_function/main.dart:51:29) <asynchronous suspension>
it work
Version 0.15.x
Linux
No response
The text was updated successfully, but these errors were encountered:
Are you running on mobile? How big is your file? Would you please make sure you're passing a path and filename to InputFile?
Sorry, something went wrong.
@xypmhxy did you get a chance to address my comment? So that you know, I'll need to close this due to inactivity soon.
Closing due to inactivity.
stnguyen90
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
👟 Reproduction steps
output:
👍 Expected behavior
it work
👎 Actual Behavior
🎲 Appwrite version
Version 0.15.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: