Steven Nguyen
Steven Nguyen
### 🔖 Feature description Add `storage.getFileDownloadURL()`, `storage.getFilePreviewURL()`, and `storage.getFileViewURL()` methods. ### 🎤 Pitch There are instances where it would be helpful to get a URL rather than the file as...
See https://github.com/appwrite/sdk-for-flutter/issues/71
## What does this PR do? Fix Upload Error for Flutter Web. Dependent on: * https://github.com/appwrite/playground-for-flutter/pull/39 ## Test Plan Manual ## Related PRs and Issues * #40 ### Have you...
## What does this PR do? Fix problems due to incorrect SDK version. ## Test Plan Manual ## Related PRs and Issues * #38 ### Have you read the [Contributing...
### 👟 Reproduction steps 1. Run playground on web 2. Click Anonymous Login 3. Upload a file ### 👍 Expected behavior File is uploaded ### 👎 Actual Behavior Nothing happens...
### 👟 Reproduction steps Try to run the project ### 👍 Expected behavior It works. ### 👎 Actual Behavior Errors due to incorrect SDK version: ### 🎲 Appwrite version Version...
Fix incorrect database and deployment response models * Closes: https://github.com/appwrite/sdk-for-dart/issues/23 * Related: https://github.com/appwrite/appwrite/issues/3633
## What does this PR do? The backfilled dates were being returned like "2022-08-17 00:00:00.000. Safari had a problem parsing these and failed to load the usage graphs with the...
## What does this PR do? Fix: 1. Document $collectionId to $collection 2. Fix empty DateTimes to 0 ## Test Plan Unit tests ## Related PRs and Issues None ###...