googleinterns / step229-2020

1 stars 1 forks source link

Store API Key Temporarily #25

Open tblanshard opened 4 years ago

tblanshard commented 4 years ago

At the moment every time the page is loaded, the API key is fetched from GCS and stored as a json file. This json file remains there until manually deleted/ over-written. This needs to be changed so that when the file has been dealt with and all the required information for the web application has been fetched/processed, the file needs to be removed so that it is not stored permanently.