I tried to update my apps as bundle (.aab file) in Huawei App Gallery using Huawei Connect API.
I am facing below error:
Traceback (most recent call last):
File "/root/HMSPublishingAPI/uploadApk.py", line 222, in <module>
file_type=file_type)
File "/root/HMSPublishingAPI/uploadApk.py", line 131, in upload_app
'fileDestUrl': first_phase.json()['result']['UploadFileRsp']['fileInfoList'][0]['fileDestUlr'],
KeyError: 'UploadFileRsp'
I did not face such error when I tried to upload APK file.
Please help me to fix this issue.