Skip to content
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

Upload does not work anymore #13

Open
markseinen opened this issue Oct 15, 2021 · 2 comments
Open

Upload does not work anymore #13

markseinen opened this issue Oct 15, 2021 · 2 comments

Comments

@markseinen
Copy link

markseinen commented Oct 15, 2021

Appcenter has a new upload endpoint.
So for the reservation of a release, the endpoint should now be like this:

/v0.1/apps/{owner_name}/{app_name}/uploads/releases

In this plugin, in Constants.kt you should change const val PATH_RELEASE_UPLOAD = "release_uploads"
to
const val PATH_RELEASE_UPLOAD = "uploads/releases"

This gives the new upload url to be used (https://file.appcenter.ms/.....) instead of the, not supported anymore, https://upload.appcenter.ms/.....

Could you please make this change and provide a new release version?

@andrewowen
Copy link

Bumping this.

I have the fix currently but would need collab access to put up a PR. @guidovezzoni or @tg44 is this something y'all could help with? thanks!

@tg44
Copy link
Member

tg44 commented Feb 15, 2022

You don't need collab access. Just fork this repo (top right), pull to your local (from the fork url), commit and push your changes to the fork (thats "your repo" so you have access to it), and you can add a PR from the fork. (Alternatively, if you already have a commit, and forked the repo, you can add a new remote to your git with git remote add fork [fork-url] and you can push to it with git push fork [branch] and start the PR from the github UI.)

If you have any problem with the flow I described I'm happy to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants