Damodar Lohani
Damodar Lohani
@Meldiron is this still relevant? If not please close this.
@orevial Thank you for your issue. We are aware of this. As our SDKs are generated using Swagger specs using our [sdk-generator](https://github.com/appwrite/sdk-generator), there are certain limitations at the moment. But...
@bildungsroman @christyjacob4 Using Yarn instead of NPM solved the issue for me.
Found the related bug in NPM, https://github.com/npm/cli/issues/4313 Solution is to use `npm install --no-audit` or yarn
@eldadfux may be we can do the trim in the device constructor? https://github.com/utopia-php/storage/blob/59802cf281d1976560cf6e353f250a9b870efddc/src/Storage/Device/S3.php#L115 ?
@xni06 Thank you for raising the issue. We do welcome the contribution if anyone is interested. However, the unit tests will have to be written in our https://github.com/appwrite/sdk-generator As our...
@pauli2406 Thank you for raising the issue. We will get back to you soon.
@eleanorjmorel Thank you for raising the issue. We will get back to you soon.
@DobreRadu I got it working without issues, here's the code I'm using https://github.com/appwrite/playground-for-flutter/tree/feat-upgrade-latest Let me know if this works. (I'm using `getFileData` instead of `getFileStream`) to get the file bytes.
@vrescobar this is the downside of language that doesn't support namespace. We don't want to switch to `AccountService` for the sake of consistency across our SDKs and platforms. And we...