I'm building an API that allows users to have access to the list of files hosted on google drive, and I'm reading documentation to see if there are enough resources to make it possible.
My idea is to allow user to update the visibility of a single file. In the documentation this option is marked under the property "shared" with a boolean value.
In the API Reference of "File > Update" method I didn't find a parameter that could let me do this.
In the generic Google Drive interface this option is available through the "Share" option which prompts you a window where you set the visibility to "Private" / "Public on web" / "Whoever has the link".
Am I able to do this with the API?