Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. m.webster_0049
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    m.webster_0049

    @m.webster_0049

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    m.webster_0049 Follow

    Best posts made by m.webster_0049

    This user hasn't posted anything yet.

    Latest posts made by m.webster_0049

    • RE: Proget - Can't use the native API even with an API Key with Native API access

      Hi Steve,

      Moving the API key to the header worked - thank you very much!

      Kind regards,
      Mark

      posted in Support
      M
      m.webster_0049
    • Proget - Can't use the native API even with an API Key with Native API access

      Using Proget Version 2023.20 (Build 14)

      We have recently installed a new instance of proget.
      We have created our feeds, and can upload/download just fine.

      We set up an API key that can access the Native API (screenshot - proget1)

      When we try to access the native API, we receive this error:
      Use of the native API is forbidden with the specified API key

      We are using the following curl command (the same process fails in postman as well):
      curl --silent --header "Content-Type: application/json" --request POST --data @feed.json https://<proget_host>/api/json/Feeds_GetFeed

      The feed.json file contains:
      {'Feed_Name':'<feed-name>', 'API_Key':'<API Key>'}

      We have an old instance of proget that we are sunsetting, and the exact same process works on that instance.

      Any help would be much appreciated!

      proget1.png

      posted in Support
      M
      m.webster_0049