There was an authorization issue in Appwrite cloud, but it has been solved by adding permission for guests. The issue was caused by using an API key client-side, which is not recommended as it can expose the key to end users. The user should check what permissions were set on the bucket. The user was experiencing an error when trying to upload an image to a bucket in Appwrite cloud, resulting in the AppwriteException: The current user is not authorized to perform the requested action. The user was unsure if they needed to pass an API key, but they didn't see any mention of it in the documentation. The user is using
Drake
Admin
May 16, 2023, 03:41
You should NOT be using an API key client side as that would expose it to end users.
As for your problem, what permissions did you set on the bucket?