-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove image from cloudinary #26
Comments
Hey Harsh, |
Sure , you can continue |
@harshmangalam Hii can you assign it to me? I want to work on it. |
Make PR i will merge |
can you suggest something on how I will start? explain me little bit about it |
@harshmangalam any update please update me on how I will start. Like there is no backend-related stuff present in your repo. I m waiting for your response. I really wanted to do this please tell me. |
its in readme, create a .env file, add |
Backend is available on another repo https://github.com/harshmangalam/hydrogen-nodejs-server |
But you can use this https://hydrogen-harsh.herokuapp.com/api url to access backend api |
When someone click on delete image button of preview image Make an api |
Ok i will try @harshmangalam |
Hii @harshmangalam so this is front-end work only i need to call that API with /cloudinary/:public_id |
Yes |
Image component is a shared component that is used by profile pic upload screen, post create screen etc...
Now when image upload it create blob and show the preview at same time when image successfully uploaded to cloudinary then cloudinary url added to image preview and blob destroyed. But suppose if someone remove image then it only remove from the state it should also remove that image from cloudinary.
Make
DELETE
api call to/cloudinary/:public_id
when someone remove image during preview.public_id
you can get during image uploaded to cloudinaryThe text was updated successfully, but these errors were encountered: