问题标签 [google-python-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 谷歌python api如何定义服务实例
在 Google API for python 发送电子邮件,https://developers.google.com/gmail/api/guides/sending你可以找到这个方法
我正在关注该教程,并且我已经遵循了另一个获取身份验证的教程,但我的问题是为这个服务变量传递什么。如何定义它?
那一页什么也没说
google-sheets - google spreadsheet api return empty last cell - python -
if spreadsheet is
this function from api google spreadsheet
return
is possible to return empty cells? e.g.
python - 模块未在我的 views.py 文件中导入
我正在运行一个 django 站点,并且在我的视图文件中运行的 Http 模块存在问题。它在 python 虚拟环境中运行,我已经检查以确保通过 pip3 freeze 命令安装了所有必需的包。该模块将导入并在同一环境中的另一个脚本文件中运行,而不是我的 views.py 文件。尝试在我的 views.py 文件中导入模块时,出现以下错误:
正常运行的脚本代码如下:
这是返回上述错误的代码:
任何帮助将不胜感激,在此先感谢您。:)
python - 尝试从 google.cloud 导入 pubsub 时没有名为 service_account 的模块
编辑:
问题是我正在尝试从ouath2client
pip 库导入但我有一个名为的当前模块,该模块Whatever
使用了本地版本ouath2client
- 如果我尝试更新Whatever
失败。
所以我想ouath2client
从site-packages
forpubsub
但本地目录ouath2client
中使用Whatever
模块。像这样尝试:
但我仍然得到ImportError: No module named service_account
试图运行一个 pub sub 。收到此错误:
相关点数:
签入oauth2client
目录,但我确实看到了service_account
所以我不知道/google/cloud/client.py
试图从哪里导入
尝试直接从 python 控制台导入时
然后它起作用了,很奇怪。
python - Google DBM Python API - 过滤器
根据 DBM 的 API 参考(https://developers.google.com/bid-manager/v1/queries#resource),可以过滤提供一系列过滤器,例如:
但是,我总是得到没有过滤器的报告。
有人可以为我提供一个带过滤器的查询示例吗?谢谢
speech-recognition - 如何在python中使用谷歌云语音api
我正在用 python 探索谷歌云语音 api。我正在关注这个链接。我也提到了这个stackoverflow链接。但是我被设置环境变量所震惊。
我做过的事情:
1.安装gcloud python模块
2.安装google-api-python-client模块
3.已设置服务账号(获取JSON文件)
4.获得API KEY
我对导出 GOOGLE_APPLICATION_CREDENTIALS 和 GCLOUD_PROJECT 环境变量感到震惊。
我的疑问是:
1.他们应该使用google cloud sdk导出吗?如果是,google cloud sdk在这里扮演什么角色,我们什么时候应该使用这个sdk?
2.由于我没有在代码中明确包含API密钥,是否意味着我的身份验证是在线自动验证的?在这种情况下,我在下面的代码中的get_speech_service()函数是做什么的?
下面是代码
我用谷歌搜索了很多次,我得到了提到的 stackoverflow 链接,它澄清了一些事情。由于我不清楚我在此处发布的上述疑问。
google-app-engine - Google App Engine oauth2 回调 404
使用以下代码,单击 google drive 的授权按钮后,我收到 404 resource not found 错误。我的代码在下面-任何想法我做错了什么?
我有https://drive-156701.appspot.com/oauth2callback结尾有和没有 / 作为重定向,我认为正确的重定向网址在哪里?谢谢!!
python - 安装了 google-cloud-storage 模块 0.22.0,可以单独导入,但不能作为导入的导入
我通过 pip 安装谷歌云存储模块。它作为一个独立的进口罚款。
如果导入在我正在运行的文件中,它会很好地导入。如果我从另一个导入它的模块导入文件,它不会导入。
python - 导入 mapclient ,错误是:TclError: out of stack space (infinite loop?)
在此处输入图像描述
错误代码如下:线程 Thread-9 中的异常:回溯(最近一次调用最后):文件“D:\Anaconda2\lib\threading.py”,第 801 行,在bootstrap_inner self.run() 文件中“mapclient.py”,第 440 行,在运行回调(图像)文件“mapclient.py”,第 215 行,在 AddTile newtile = ImageTk.PhotoImage(newtile) 文件“D:\Anaconda2\lib\site-packages\PIL\ ImageTk.py",第 113 行,在 __init
self. photo = apply(Tkinter.PhotoImage, (), kw) 文件“D:\Anaconda2\lib\lib-tk\Tkinter.py”,第 3367 行,在 __init
Image 中。init (self, 'photo', name, cnf, master, **kw) 文件“D:\Anaconda2\lib\lib-tk\Tkinter.py”,第 3321 行,
self.tk.call(('image', 'create', imgtype, name,) + options) TclError:堆栈空间不足(无限循环?)线程 Thread-7 中的异常:回溯(最近一次调用最后一次):文件“D:\Anaconda2\lib\threading.py”,第 801 行,在bootstrap_inner self.run() 文件“mapclient.py”,第 440 行,在运行回调(图像)文件“mapclient.py”,第 215 行,在AddTile newtile = ImageTk.PhotoImage(newtile) File "D:\Anaconda2\lib\site-packages\PIL\ImageTk.py",第 113 行,在 __init
self. photo = apply(Tkinter.PhotoImage, (), kw) 文件“D:\Anaconda2\lib\lib-tk\Tkinter.py”,第 3367 行,在 __init
Image 中。在里面(self, 'photo', name, cnf, master, **kw) 文件“D:\Anaconda2\lib\lib-tk\Tkinter.py”,第 3321 行,在init
self.tk.call(('image' , 'create', imgtype, name,) + options) TclError: out of stack space (infinite loop?) 异常在线程 Thread-16: Traceback (last last最近调用): File "D:\Anaconda2\lib\threading. py”,第 801 行,在bootstrap_inner self.run() 文件“mapclient.py”,第 440 行,在运行回调(图像)文件“mapclient.py”,第 215 行,在 AddTile newtile = ImageTk.PhotoImage(newtile)enter code here
文件中“D:\Anaconda2\lib\site-packages\PIL\ImageTk.py”,第 113 行,在 __init
self. 照片=应用(Tkinter.PhotoImage,(),千瓦)文件“D:
图片。init (self, 'photo', name, cnf, master, **kw) File "D:\Anaconda2\lib\lib-tk\Tkinter.py", line 3321, init
self.tk.call(('image ', 'create', imgtype, name,) + options) TclError: expected boolean value but got "??"
python - 使用 Google Directory API 删除应用程序特定密码
我已经为使用 Google Directory API 的用户编写/自动化了整个终止过程(即更改密码、移动到另一个 OU 等)。这一切都很好,但是,我注意到当我使用“删除特定应用程序”时密码“调用实际上没有 ASP 被删除。当我检查管理面板时,它们都仍然存在于用户帐户中。
我在脚本中执行了大约十几个其他 Google API 调用(有效),所以,不,这不是权限/范围问题。在脚本的 ASP 部分期间不会引发任何错误。它只是“处理”呼叫并继续。很奇怪。
当我在 Google 上使用 Try this API 部分时,它工作得很好,并删除了我指定的 ASP。
还有其他人遇到这个问题吗?
这是相关代码的部分:
我还尝试将值硬编码到调用中并删除 for 循环,而不是使用变量,这也不起作用。
日志显示调用已运行,但未引发错误:
在此先感谢您的帮助!