overriting an image in Kotilin mobile app
Hello,
I am using cloudinary in my android mobile app but my problem is I want to override an image and the image is not overriding when I am using unsigned upload. Also I can't do signed upload because I don't have a backend server I am just using firebase.
Any help is appreciated. Thank you!
i need generate signed in front i dont have backend and my app is not public
-
Hi there,
Can you please provide the code you are using? As well as the error you encounter during upload if there are any.
Depending on your plan, Firebase has a Function feature where you can run your backend codes, and from there you can write the signed upload function with an invalidation parameter set to True.
If that feature is not enabled for you, your assets have a version number. When it gets overwritten, you can use the latest URL version for delivery to ensure that you are serving the updated file. The new version URL is included in the Upload response.
Best,
John
0
Post is closed for comments.
Comments
1 comment