Is it possible to read a file from the drive thats open to public via api without the need of any authentication?
I have a static application built exclusively in javascript without any backend and Im planning to write a json in a file on google docs or drive, then read the json via api, but I cant use any thing that involves password because of the fact that people could just inspect the code and get the credentials. Can this be done with the drive/docs api or any other else where I need a password to write the file but not to read via request?