1

Well i have just tried the sample example of real time js Google drive api. As they said in their tutorial,the application's text areas will be synced even if they are opened in different browser windows. But here the application is not doing that. It only reflects changes to the text areas of same browser window.

Here is the link: Google Drive Realtime JS API

Is there anything that i miss? I am running my application in Koding.com's vm.

ssakash
  • 640
  • 8
  • 23
  • Are you sure that both instances of the quickstart are on the same document? Make sure the ids in the urls match. – Cheryl Simon Apr 09 '14 at 18:48
  • Every time i run the application, it always creates separate "New Realtime Quickstart File" in google drive. – ssakash Apr 09 '14 at 19:01

1 Answers1

1

Starting the quickstart app with the base url will cause it to create a new document.

To view the same document twice, you can copy-paste the full url after its loaded, which should include a document id, or open an existing document from drive with your app.

Cheryl Simon
  • 46,552
  • 15
  • 93
  • 82