-
Notifications
You must be signed in to change notification settings - Fork 41
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
是否这个sdk不支持python3.7.4 #7
Comments
from obs import ObsClient obsClient = ObsClient( def upload_obs_file(bucket_name,filename,uploadFile): upload_obs_file('front','test20201202.txt','/data/test20201202.txt') Traceback (most recent call last): |
error message |
建议您提供一些更详细的错误信息,可以测试get接口以获取对应403情况下的errorCode以及errorMessage信息;另外可以提供一下SDK的日志以协助更好地定位返回403错误的具体原因; |
huaweicloud-sdk-python-obs 版本 Version 3.20.11 python 版本 3.7.4 上传文件返回状态码 403 ,python版本3.7.0 ,3.52 正常返回状态200,是否这个sdk不支持python3.7.4
The text was updated successfully, but these errors were encountered: