User account data (social graph, search history) is not accessed or stored in any way. The access token is retrieved using the DriveAPI V3 and is stored to refresh document content from predetermined shared folders only.
The application accesses Google Docs data from those folders to display document content as HTML.
The document content is stored as HTML for short term caching.
Using Google Docs add-on "cloudwriter.cc", users can check if their document is already streamed through our application on https://app.cloudwriter.cc/files.
To do that, we send the unique ID of the Google Doc to our application using an HTTP API that returns the URL of the public streaming page on https://app.cloudwriter.cc/files. During this process no user's data is involved or saved by our application.
The application accesses Google Docs data from those folders to display document content as HTML.
The document content is stored as HTML for short term caching.
Using Google Docs add-on "cloudwriter.cc", users can check if their document is already streamed through our application on https://app.cloudwriter.cc/files.
To do that, we send the unique ID of the Google Doc to our application using an HTTP API that returns the URL of the public streaming page on https://app.cloudwriter.cc/files. During this process no user's data is involved or saved by our application.