Hi ! I am recently facing a weird issue. Listed the steps below and would like to know any resolutions or suggestions to fix this problem. (I am using the JS API)
Steps: 1. Created a spreadsheet, as mentioned in the link below. http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#UploadingMetadata 2. List all the worksheets and get the 'Sheet 1' id. 3. On Success of step(1), creating 4 Tables using the specification defined in the link below. http://code.google.com/apis/spreadsheets/docs/3.0/developers_guide_protocol.html#CreatingTables 4. On success of step (3), i.e. received response of the server with table ids. Inserting new records into the table as specified in the link below: http://code.google.com/apis/spreadsheets/docs/3.0/developers_guide_protocol.html#CreatingTableRecords All the above 4 steps completes successfully and I am able to see the data on the worksheet. However, sometimes, after few minutes I see all the data created in the above steps is lost and see only a blank sheet (Sheet 1). (Even I do not see anything in the revision history.) I am asserting, being that this issue happens randomly, it might be a server side service issue or some data replication issue. Any suggestions or references to overcome this issue, I don't think our customers would be happy to see their data lost in the Cloud. P.S. I have tried in step 2 to create my own worksheet - in that case the worksheet is also disappearing with the data and table. Thank You for your attention. Regards, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---