FutureMind / bitrise-step-huawei-app-gallery-apk-distribution

MIT License
7 stars 3 forks source link

Message:[AppGalleryConnectPublishService]file url is invalidate #4

Open pamegonzalez opened 4 years ago

pamegonzalez commented 4 years ago

Hi, I'm facing this issue

INFO[04:43:46] * [OK] Step dependency (jq) installed, available. Apk path is: Lang is: es-419 Obtaining a Token Obtaining a Token - Done Obtaining the File Upload URL Obtaining the File Upload URL - Done Uploading a File Uploading a File - Done Updating App File Information - add previoulsy uploaded file FileName: build_235.apk Updating App File Information - Done Message:[AppGalleryConnectPublishService]file url is invalidate Code: 204144641

What am I doing wrong? I tried to look for this issue, but I couldn't find anything. Thanks

klamborowski commented 4 years ago

Only information about this code I've found there : https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agcapi-returncode_v2

Few moments ago I've made a new PR #5 with debug logs, it could be a bit help for your debugging.

What's more try to post an issue to Huawei Support in AppGallery Connect -> Connect API category.

klamborowski commented 4 years ago

@pamegonzalez Version 1.0.1 with debug logs is live now. Try to build with debug and maybe you can get some more information on that issue :)

obraz

pamegonzalez commented 4 years ago

@pamegonzalez Version 1.0.1 with debug logs is live now. Try to build with debug and maybe you can get some more information on that issue :)

obraz

Nice! Thanks! I'll try this, this step is failing for me still.

ferPrieto commented 3 years ago

@pamegonzalez did you sort out the issue you mentioned?

pamegonzalez commented 3 years ago

@pamegonzalez did you sort out the issue you mentioned?

No, actually. I'm making our deployments to App Gallery by hand :(. I haven't test this again, I'll give it another try. Are you having a similar trouble?

ferPrieto commented 3 years ago

@pamegonzalez Please have a look at the official Deploy to AppGallery Step. I've released the latest version today (1.5.0), if you find any issue you can post it here

pamegonzalez commented 3 years ago

@pamegonzalez Please have a look at the official Deploy to AppGallery Step. I've released the latest version today (1.5.0), if you find any issue you can post it here

Now it works like a charm ❤️ Thanks for improving it!!