Google Spreadsheet无法连接w / python

时间:2018-06-04 06:49:20

标签: python spreadsheet

我知道这已被问了一百万次,但我的错误没有看到修复(但我猜)

这是我的代码:

 raise APIError(response)
gspread.exceptions.APIError: {
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "insufficientPermissions",
    "message": "Insufficient Permission"
   }
  ],
  "code": 403,
  "message": "Insufficient Permission"
 }
}

我正在尝试让python在文件中搜索用户名,并输出2个其他列。

我的错误:

  set @Sql= '
 select
  ss.FirstName as FirstName, ss.LastName as LastName,   
  ss.ExpiryMonth as ExpMonth, ss.ExpiryYear as ExpYear, 
--                                                    ^

另外,当我尝试更改我的范围时,它根本不起作用。所以我宁愿继续使用这些范围。

0 个答案:

没有答案
相关问题