python-gcs-image
python-gcs-image copied to clipboard
How clear cache images?
If you reload the image, the old one opens, but you need to get the actual What parameter or where to reset the cache to see the new image?
iv e0 don't work
having the same issue. I guess we need to implement the delete url function
https://cloud.google.com/appengine/docs/standard/python3/reference/services/bundled/google/appengine/api/images/delete_serving_url
to refresh the serving URL after the original image has been changed?
typical scenario:
- we have a file on the bucket,
- we create the serving url and are using it for a while
- we discover the need to recreate the image on the bucket with different content, BUT SAME FILENAME. Timestamp changes, size of the image changes ...
- we request new serving url, but recieve THE SAME as the filename is the same ...
- old version of the image appears when using the serving url :(