I have created a google calendar app using Visual studio. It all works fine in visual studio with saved credentials . When I run the program ( Web) the google token is saved to C:\program files(86)\Token1.json
However If I try to run outside Visual studio as normal web delivery it says access denied to token1.json. I assume its trying to find the token in a different location. Any ideas how I find where its looking for it so as I can give folder permissions?