I have a feeling this is a duplicate question, but I can't find the solution. I am making a simple Google Drive API files.list call in java (just running it in Eclipse). It works fine. But when I change my Drive (delete a file, etc), the API call is still showing old data. I've used the "try it out" function in the reference documentation and get the same result. Is there a "force refresh" type of thing?
Thanks.
No there is no "force refresh" because none of the information is being cached. It's all live data.
There is not enough information in your question to answer your problem, but two things to check out ...