ferPrieto / steps-app-gallery-deploy

This is the Bitrise step to deploy a build in AppGallery Connect
MIT License
10 stars 7 forks source link

Error obtaining file URL #28

Open Monir-Shembesh opened 8 months ago

Monir-Shembesh commented 8 months ago

An error occurred while obtaining the file upload URL

Description

I have tried deploying to the Huawei app gallery but I am always faced with the same issue.

{"ret":{"code":203489281,"msg":"[AppGalleryConnectPublishService]getUploadUrl.arg2: size must be between 1 and 6"}}

Steps to Reproduce (if applicable)

  1. create Huawei app gallery account
  2. create your app api key and set it to N/A as per documentation
  3. Add your variables and keys to Bitrise
  4. Run your build

Expected Behavior

The step should run successfully and deploy the .aab to Huawei app gallery

Actual Behavior

The step fails with error {"ret":{"code":203489281,"msg":"[AppGalleryConnectPublishService]getUploadUrl.arg2: size must be between 1 and 6"}}

Screenshots or Additional Information (if applicable)

Screenshot 2023-10-24 at 9 56 39 AM

Environment

[Provide information about your environment:]

AdricBM commented 8 months ago

Hi, i am currently facing the same issue, have you found a solution for this issue?

Monir-Shembesh commented 8 months ago

not yet @AdricBM, still waiting for a response from the step creator

ferPrieto commented 8 months ago

Hey thanks for following this up @AdricBM and @Monir-Shembesh. This is still under investigation. Unfortunately I don't have an additional buffer to dedicate longer on this. Feel free to open an issue in AppGallery based on the results you recently got and let me know what they suggest to address this

juandagaines commented 7 months ago

Having a similar issue here : image

dariusz-rosiek-branchspace commented 2 months ago

Hi, i am currently facing the same issue, have you found a solution for this issue? Anyone found a solution ?

ferPrieto commented 2 months ago

I will check with Huawei this week @dariusz-rosiek-branchspace. Since they added some disruptive changes in their public API this Bitrise Step has not been able to work, but hopefully I'll get some clarity and a potential fix soon.

dariusz-rosiek-branchspace commented 1 month ago

Thanks @ferPrieto ! Currently the problem disappeared, when I added App Signing signature (keystore) in Huawei AppGallery Connect for .aab files.