Questions tagged «google-sheets-api»



5
使用服务器密钥时,Google Sheets API返回“调用者没有权限”
我已经在API管理器中生成了服务器密钥,并尝试在Mac上执行以下命令: curl 'https://sheets.googleapis.com/v4/spreadsheets/MySheetID?ranges=A1:B5&key=TheServerKeyIGeneratedInAPIManager' 但这是返回的内容: { "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED" } } 我在这里做错了什么?

8
如何使用Python访问(读取和写入)Google表格电子表格?
我想知道您是否可以为我提供使用python从Google文档/电子表格中读取/写入的示例。 我确实在这里https://developers.google.com/google-apps/spreadsheets/上查看了google docs API,但不确定是否点击了正确的链接。一个例子也会有很大帮助。 我想做的是根据不同的列查询电子表格,更像是SQL查询,然后对数据进行一些下游解析,然后将其放入Google文档中的另一个电子表格或文档中。 最好-阿比
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.