Google API file permissions using python
问题 I need to do some functionality for different users of my site to automatically upload html files to google disk and open them for viewing and editing in google docs. To do this I create a document, pass it to google disk and use the id of the created document to open it in google docs. To access api, I use a json file taken from the service Google account. I tried to execute my code with owner and view rights, but the result is the same. class CvView(AuthorizedMixin, View): """Here I check