Pygsheets,找不到client_secret.json

时间:2017-12-02 04:27:07

标签: python-2.7 google-spreadsheet-api

我尝试使用pygsheet与googlesheet交互,我已经下载了client_secret.json文件,并将其保存在我的py文件所在的文件夹中,但是我一直收到以下错误消息!!

我保证我已经将Jason文件保存在多个地方(py文件所在的地方,安装了pysheet的地方。)。

请帮帮我!!!

Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)]
Type "help", "copyright", "credits" or "license" for more information.
[evaluate untitled-2.py]
Traceback (most recent call last):
  File "C:\Program Files (x86)\Wing IDE 101 4.1\src\debug\tserver\_sandbox.py", line 3, in <module>
    pass
  File "c:\Users\mimi\.windows-build-tools\python27\Lib\site-packages\pygsheets\client.py", line 549, in authorize
    outh_nonlocal=outh_nonlocal)
  File "c:\Users\mimi\.windows-build-tools\python27\Lib\site-packages\pygsheets\client.py", line 505, in get_outh_credentials
  

引发IOError(2,&#34;客户端密码文件不存在。&#34;,   client_secret_file)IOError:[Errno 2]客户端密钥文件没有   存在:&#39; client_secret.json&#39;

另外,我检查了client.py文件,并注意到当前设置为

def authorize(outh_file='client_secret.json', outh_creds_store=None, outh_nonlocal=False, service_file=None, credentials=None, **client_kwargs):

编辑

我意识到我应该将该文件放在Scripts文件夹中。固定!。

但现在我有以下错误。

`[evaluate untitled-2.py] Traceback (most recent call last): File "C:\Program Files (x86)\Wing IDE 101 4.1\src\debug\tserver_sandbox.py", line 6, in <module> File "c:\Users\mimi\.windows-build-tools\python27\Lib\site-packag‌​es\pygsheets\client.‌​py", line 173, in open raise SpreadsheetNotFound(title) pygsheets.exceptions.SpreadsheetNotFound:`

我使用了代码sh = gc.open('xxx'),我认为我使用了正确的谷歌电子表格名称!!

0 个答案:

没有答案