I am exploring ways to utilize Google Drive for sharing data between an Android app and a web page hosted on my server. The webpage is intended to interact with Google Drive using JavaScript for retrieving and storing data.
The data transmission should strictly occur between the user's browser and Google Drive.
As per the documentation on accessing Google Drive through JavaScript, one needs to create an application via the Google Cloud Console, register it, and acquire a client ID in order to access data using JavaScript.
My aim is to avoid managing a Google-hosted application. Is this feasible?