Hello,
I am having trouble retrieving the URL of an image that I have uploaded to a bucket using the Appwrite Python SDK. I am able to upload the image successfully, but I am not sure how to get the URL of the uploaded image.
Here is a brief overview of what I am trying to do:
Upload an image to a bucket using the Python SDK. Retrieve the URL of the uploaded image so that I can store it in my database and use it in my application. I have tried using the create_file method to upload the image, but I am not sure how to get the URL from the response. I also tried using the get_file_view method, but I am not sure if I am using it correctly.
Could you please provide guidance on how to retrieve the URL of an uploaded image in Python?
Thank you for your help!
Recommended threads
- storage copy file?
hey everyone, does anyone know if we can copy a file in storage. I have some base files that i want to copy for each user based on what they choose. I couldnt f...
- [BUG] The cloud cannot be migrated to se...
The cloud cannot be migrated to self-hosting. The content of this post is exactly the same as [issue 11068](https://github.com/appwrite/appwrite/issues/11068) ...
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...