You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured it out that there're two types of feed, project level and organization level, to get a package version from an organization level feed, the URL is different, should remove project from the URL, like this:
The document says that we can use Name for feedId in a rest call to get package version, but it does not work.
I got this error:
{
"$id": "1",
"innerException": null,
"message": "The feed with ID 'CoreData' doesn't exist.",
"typeName": "Microsoft.VisualStudio.Services.Feed.WebApi.FeedIdNotFoundException, Microsoft.VisualStudio.Services.Feed.WebApi",
"typeKey": "FeedIdNotFoundException",
"errorCode": 0,
"eventId": 3000
}
BTW, how to get feedId? I struggled to find a solution to find feed's Id.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: