English 中文(简体)
Unable to Access /applications API on GitLab.com as Owner - Missing Admin Settings
原标题:

Hello GitLab Community,

I ve recently encountered an issue while trying to use the /applications API on GitLab.com. Every time I make a request, I receive a "403-forbidden" error. Upon further research, I found out that one needs to be an Admin user for the Personal Access Token (PAT) to function correctly with this API.

I logged into my account on gitlab.com(fresh new signin), where my role is set as "Owner". However, I m unable to locate the admin settings or the wrench icon that typically represents the Admin Area.

Could someone please guide me on:

  1. How to access the Admin Area as an Owner on GitLab.com?
  2. Any additional steps or permissions required to successfully use the /applications API?

Any insights or suggestions would be greatly appreciated. Thank you in advance!


What did I try? I attempted to access the /applications API on GitLab.com using my Personal Access Token (PAT).

What was I expecting? I expected to successfully retrieve data from the /applications API since I am designated as the "Owner" of my GitLab account.

What actually resulted? I consistently received a "403-forbidden" error. Upon further investigation, I learned that one might need Admin privileges for the PAT to work with this specific API. However, even though I am an "Owner", I couldn t locate the Admin settings or the wrench icon on GitLab.com.

问题回答

暂无回答




相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签