Is it possible that appwrite/sdk-for-web 14.0.0 does not return a response code/status when accessing storage files? the code/status is returned with the rest-call. Objective: Depending on access or team authorization, a user may or may not have access to an image. if no access is granted, a message should appear. how can I solve this differently (react)? thank you. appwrite 1.5.4 and appwrite/sdk-for-web 14.0.0
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...