How to get only recalculated cells from a google spreadsheet via Google spreadsheet API (gdata)

前端 未结 1 631
情书的邮戳
情书的邮戳 2020-12-12 03:31

Gdata offers a way to get only changed cells from a google spreadsheet, based on a time stamp. How should I create the time stamp for the Gdata call?

i.e. \"Only e

相关标签:
1条回答
  • 2020-12-12 03:57

    not possible, it produces:

    com.google.gdata.util.ServiceForbiddenException: OK This service does not support the updated-min

    issue is here: https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=1388

    0 讨论(0)
提交回复
热议问题