Questions tagged [google-drive-realtime-api]

In November 2017, Google made the decision to discontinue its Realtime API, rendering it inaccessible for any upcoming ventures. The official shutdown date is set for December 11th, 2018. This particular API served as a means of enabling collaboration within Google Drive files by utilizing operational transforms. Housed by Google, the Realtime API was essentially a JavaScript library that offered collaborative objects, events, and methods to facilitate the development of collaborative applications.

Is it feasible to convert a Google Drive spreadsheet into JSON format without needing the consent screen?

I'm working on incorporating a JSON feed directly from a private spreadsheet (accessible only via link) onto my website. In order to do this, I must create a new auth token using OAuth 2.0, which is not an issue. However, the Google Sheets API v4 mandate ...

Ways to leverage the Realtime update feature within the Google Drive SDK?

Could somebody provide an example demonstrating the https://developers.google.com/drive/v2/reference/realtime/update process? What form would revision_body and base_body take in the following code for: 1) A String Model 2) A List Model 3) A Map Model ...