Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/hibernate/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 2.7 gspread的当前版本(v4)中是否有更新/更改标志?_Python 2.7_Google Sheets_Google Spreadsheet Api_Flags_Gspread - Fatal编程技术网

Python 2.7 gspread的当前版本(v4)中是否有更新/更改标志?

Python 2.7 gspread的当前版本(v4)中是否有更新/更改标志?,python-2.7,google-sheets,google-spreadsheet-api,flags,gspread,Python 2.7,Google Sheets,Google Spreadsheet Api,Flags,Gspread,gspread中是否有一个指示符或标志,指示是否对工作表或工作表进行了更改?这似乎是在2.0版之前作为一个名为updated的属性出现的,或者可能是用于其他用途的属性?您正在驱动器API中查找 对于需要跟踪文件更改的Google Drive应用程序 “更改”集合提供了一种有效的方法来检测对所有 文件,包括已与用户共享的文件。这个 集合通过提供每个文件的当前状态(如果有)来工作 仅当文件自给定时间点以来已更改时 在阅读文档和代码演示后,我不确定如何指定要检查更改的特定Google Sheets工作

gspread中是否有一个指示符或标志,指示是否对工作表或工作表进行了更改?这似乎是在2.0版之前作为一个名为
updated
的属性出现的,或者可能是用于其他用途的属性?

您正在驱动器API中查找

对于需要跟踪文件更改的Google Drive应用程序 “更改”集合提供了一种有效的方法来检测对所有 文件,包括已与用户共享的文件。这个 集合通过提供每个文件的当前状态(如果有)来工作 仅当文件自给定时间点以来已更改时


在阅读文档和代码演示后,我不确定如何指定要检查更改的特定Google Sheets工作表(选项卡)。。。