-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下载失败: 获取的url为空, 文件可能被屏蔽导致无法下载 #176
Comments
刚刚修复了,你更新试试 |
同样的问题 |
v6.2.3 你试其他文件了吗 |
试了 |
可以获取文件但无法下载 |
以前通过的程序现在也无法运行了,同样的问题 |
原来是没更新,我更新一下试试,感谢感谢 |
问题解决了,👌,太感谢了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
file_id = connect().get_file_by_path(path="test.json",drive_id=DRIVE_ID).file_id
connect().download_file(file_id=file_id,local_folder="D:/",drive_id=DRIVE_ID)
The text was updated successfully, but these errors were encountered: