You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alipcs_py.alipcs.errors.AliPCSError: API error code: NotFound.ParentFileId, response: {'code': 'NotFound.ParentFileId', 'message': 'The resource parent_file_id cannot be found. parent_file_id:613397974b634251e0554d7cb56df3e46d473239 not found'}
#28
Open
lujie001122 opened this issue
Jul 17, 2024
· 0 comments
from alipcs_py.alipcs import AliPCSApi
if name == 'main':
aliPCS = AliPCSApi('d7382a17efdd456f998d73647ca1f761')
print(aliPCS.list(file_id='613397974b634251e0554d7cb56df3e46d473239'))
报错:
alipcs_py.alipcs.errors.AliPCSError: API error code: NotFound.ParentFileId, response: {'code': 'NotFound.ParentFileId', 'message': 'The resource parent_file_id cannot be found. parent_file_id:613397974b634251e0554d7cb56df3e46d473239 not found'}
The text was updated successfully, but these errors were encountered:
from alipcs_py.alipcs import AliPCSApi
if name == 'main':
aliPCS = AliPCSApi('d7382a17efdd456f998d73647ca1f761')
print(aliPCS.list(file_id='613397974b634251e0554d7cb56df3e46d473239'))
报错:
alipcs_py.alipcs.errors.AliPCSError: API error code: NotFound.ParentFileId, response: {'code': 'NotFound.ParentFileId', 'message': 'The resource parent_file_id cannot be found. parent_file_id:613397974b634251e0554d7cb56df3e46d473239 not found'}
The text was updated successfully, but these errors were encountered: