Content caching at Shapediver servers

What is the mechanism to refresh a remote URL content in Shapediver TextfielInput component?
I have a remote URL with JSON file. I am updating the file content but not the URL. It is at Google Cloud Storage where I set the file access to public. In this way there is no access token or anything like that, so the public uri remains the same.
The problem is, that the grasshopper definition is not updating even if I update the JSON file at the remote storage. How to overcome this?

Our backend won’t compute again unless you change the parameter value. In your case, you can just append a dummy query string, e.g. ?v=XYZ where XYZ is some random or date string.

1 Like

Ok, thank you, I’ll do so :wink: