Noticed that the row_id of the records in the table change after a
deletion on the table.
Steps:
1) Inserted 5 records into the table.
2) Stored 5 rowId in the database after success on step(1).
3) For row_id 1 .. 4 do following:
delete the table row.
Looks like the row 1, 2 gets successfully deleted and 3 and 4 failed
with the error: The resource you requested does not exists or has been
deleted.
Now, when I see the spreadsheet the rows 3 and 4 do exist and 1, 2 are
deleted.
I have created the table with 'insertionMode: insert' - (because
'override' is erasing the existing row, which I think is another
issue.)
Any suggestion or it is a known bug ?
Thanks for your attention.
Kumar
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---