Skip to content
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

How clear cache images? #11

Open
dimitr0960 opened this issue Jan 6, 2022 · 2 comments
Open

How clear cache images? #11

dimitr0960 opened this issue Jan 6, 2022 · 2 comments

Comments

@dimitr0960
Copy link

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?

@dimitr0960
Copy link
Author

iv
e0
don't work

@RadekHavelka
Copy link

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants