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:
- In a form with a file input, upload a CSV file.
- Download the file using readFile method.
- Replace the file of the same record with another CSV file with different content.
- Download it again using the same method.
- 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?