Zoho Creator Widget readFile API is Responding with the Outdated File (cached file)

Zoho Creator Widget readFile API is Responding with the Outdated File (cached file)

What is the issue:
- The download API is responding with an outdated version of the file (cached file).

How to replicate this issue:
  1. In a form with a file input, upload a CSV file.
  2. Download the file using readFile method.
  3. Replace the file of the same record with another CSV file with different content.
  4. Download it again using the same method.
  5. Compare the files and it should contain similar content as the first file you uploaded.
Is there a way to force the API call to download the latest copy of the file and not the one that is locally stored in client's browser?