问题标签 [gdrive]
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.
conv-neural-network - 尝试打印图像计数
我是 Python 新手,我正在尝试为一个项目启动 CNN。我安装了 gdrive 并尝试从 gdrive 目录下载图像。之后,我试图计算该目录中的图像。这是我的代码:
但是,我收到以下错误。
你能帮忙吗?
建议后,我的代码如下所示:
api - 如何处理“应用程序暂时无法使用您的 Google 帐户登录”的障碍
我正在使用gdrive和gshell与我的 Google 帐户交互并下载文件,获取他们的信息。
当我运行:gdrive about
或gdown about
时,我收到以下消息
https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=
之后,当我在浏览器上粘贴以开头的 URL 时,我不断收到以下错误消息:
This app is temporarily blocked from logging in with your Google account
.
==> 之前没有产生此错误,我能够收到verification code
, 以便用于连接到我的帐户。
是否有可能克服谷歌的这个障碍以便使用gdrive
or gdown
?
生成token.json的例子,粘贴验证码后。
md5 - MD5 加密选定的 GDrive 文件
我自己不是编码员,但需要了解 AppSheet 应用程序项目的任务,如果基本上可以 MD5 或其他加密实际 GDoc、GSheet、图像等文件。因此,如果有人登录到给定的 Gdrive,他们将无法在不解密的情况下打开文档。
谢谢弗兰克
jupyter-notebook - Colab 无法识别现有目录
我一直在尝试在 colab 上运行 openpose 模型,但由于 Colab 无法识别该目录,因此无法这样做。代码截图
我已在此消息中提供了代码截图,任何帮助或指导将不胜感激!
编辑1:对第一个答案的修改
代码:
输出:
sqlite - 我注意到能够使用在线提供的代码在谷歌驱动器中备份 n 恢复 sqlite 数据库
我试图将 sqlite 数据库备份到谷歌驱动器并在需要时恢复它。我收到以下错误。
这是我的 GdriveActivity 代码:
这是我的 DriveServiceHelper.java 代码
}
当我执行我得到这个错误:
java.lang.NullPointerException:尝试在 drivebackuprestore.GdriveActivity 的空对象引用上调用虚拟方法 'com.google.api.services.drive.Drive$Files com.google.api.services.drive.Drive.files()' .createFile(GdriveActivity.java:150) at drivebackuprestore.GdriveActivity.lambda$onCreate$0$GdriveActivity(GdriveActivity.java:75) at drivebackuprestore.-$$Lambda$GdriveActivity$pvZu_qquzakaJJsWZrA8BS6rMRs.onClick(Unknown Source:2) at android.view .View.performClick(View.java:7862) at android.widget.TextView.performClick(TextView.java:15004) at android.view.View.performClickInternal(View.java:7831) at android.view.View.access$3600 (View.java:879) 在 android.view.View$PerformClick.run(View.java:29359) 在 android.os.Handler.handleCallback(Handler.java:883) 在 android.os.Handler.dispatchMessage(Handler. java:100) 在 android.os.Looper。在 com.android.internal.os.RuntimeInit$MethodAndArgsCaller 的 java.lang.reflect.Method.invoke(Native Method) 的 android.app.ActivityThread.main(ActivityThread.java:8167) 的循环(Looper.java:237)。在 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1100) 运行(RuntimeInit.java:496)
go - 在 gdrive 上更改文件后无法立即获取最新版本
从这个问题:https ://github.com/googleapis/google-api-go-client/issues/906
使用 api v3 列出和同步 gdrive 上的 excel 文件。
只是一个简单的测试用例。
在2021-03-04T15:14:16+08:00
,得到 test.xlsx 状态:
Md5校验和:668395eb4b0db465efaf631df3aefd86
修改时间:2021-03-04T07:13:02.100Z
在2021-03-04T15:16:06+08:00
,得到 test.xlsx 状态:
Md5校验和:668395eb4b0db465efaf631df3aefd86
修改时间:2021-03-04T07:13:02.100Z
在2021-03-04T15:16:28+08:00
,得到 test.xlsx 状态:
Md5校验和:6155d40b7376d8c675c02ebd5a2394e9
修改时间:2021-03-04T07:13:48.638Z
文件第一次更改时间:2021-03-04T07:13:02.100Z
,第二次更改时间: 2021-03-04T07:13:48.638Z
,但是通过api,我们无法立即获取更改文件的信息,可能会延迟几分钟,有时可能会延迟10分钟。
更新:在 gdrive 上编辑文件后,几分钟内通过 api 下载文件。还是不能得到最新的文件,还是得到了以前的文件。
scripting - 在 Google Apps 脚本中查找不属于我的文件
我需要一个函数来搜索 GDrive 中我不是所有者的所有文件。
过滤我是所有者的位置对我来说没问题,但我不在的位置我无法解决。
谁能提供一个简单的解决方案?我更喜欢没有高级 GDrive-Feature 的方式。
这是我的脚本
email - Save Gmail attachments to GDrive as ".../ eMailAddress / FileName"
I need to save attachments that arrive through GMail to my GDrive, in a directory structure that I can identify all attachments by Sender.
I'm using Google Application Script "ahochsteger/gmail2gdrive". http://github.com/ahochsteger/gmail2gdrive/blob/master/Code.gs http://github.com/ahochsteger/gmail2gdrive/blob/master/Config.gs
It stores all files in the same directory "Scan - yyyy-mm-dd" which means that it does not identify who they are from. It works really well. But I would like to save the attached file:
- As file name "eMailAddress-AttachmentName" or
- In folder path "Scan - yyyy-mm-dd / eMailAddress /"
In both cases, I will be able to identify whose attachments I store to GDrive.
Can anyone help me with an alternative to store the attachment with either option?
Many thanks for your help
google-drive-api - 检索访问令牌时出错 FetchError:对 https://oauth2.googleapis.com/token 的请求失败,原因:读取 ECONNRESET
我正在尝试在 vscode 软件中记录 Gdrive。我按照 url 的步骤:https ://developers.google.com/drive/api/v3/quickstart/nodejs来做。但是当我运行关于 node 的第 4 步时。在终端,出现了这个问题。谁能告诉我如何解决它。