This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Our first step of the new Authors Portal is Live! Learn more or click here to check it out!
Using Curse SVN, tagged my project, the packages does not run automatically. Had to use the curl command to call the packager API
curl "https://www.curseforge.com/api/projects/2703/package?token=KEYHERE" -X POST -d ""
Now a second author tried to use the packager and is getting this error:
{"errorCode":1016,"errorMessage":"You do not have permission to create packager requests for this project."}%
I gave them Repository Access, not sure what other permission is required to run the packager using this URL.
Anyone?
Guess you already found your answer. Something with manage files permission
In reply to Ketho17:
yes, that was the manage files permission
Using Curse SVN, tagged my project, the packages does not run automatically. Had to use the curl command to call the packager API
curl "https://www.curseforge.com/api/projects/2703/package?token=KEYHERE" -X POST -d ""
Now a second author tried to use the packager and is getting this error:
{"errorCode":1016,"errorMessage":"You do not have permission to create packager requests for this project."}%
I gave them Repository Access, not sure what other permission is required to run the packager using this URL.
Anyone?
Guess you already found your answer. Something with manage files permission
In reply to Ketho17:
yes, that was the manage files permission