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
There seems to be a misleading error, and I can't figure out why my pushes are failing for some nuget packages.. when using the UI, it works, but not through the command line.. however, same API key works for other nuget packages.
I created a new API key with * as glob pattern but still does not work. Besides, as mentioned, some packages did upload ok. The packages I'm uploading seems to be new (e.g. not just a new version).
Verbose Logs
nuget.exe push C:\FTemp\nuget\package\Atalasoft.dotImage.PdfReader.Multiprocessing.x86.11.5.0.4216.nupkg -Source https://www.nuget.org -Verbosity detailed
Pushing Atalasoft.dotImage.PdfReader.Multiprocessing.x86.11.5.0.4216.nupkg to the NuGet gallery (https://www.nuget.org)...
PUT https://www.nuget.org/api/v2/package/
Forbidden https://www.nuget.org/api/v2/package/ 472ms
Response status code does not indicate success: 403 (The specified API key is invalid, has expired, or does not have permission to access the specified package.).
The text was updated successfully, but these errors were encountered:
NuGet Product Used
NuGet.exe
Product Version
6.5.0.154
Worked before?
version did not change
Impact
It's more difficult to complete my work
Repro Steps & Context
There seems to be a misleading error, and I can't figure out why my pushes are failing for some nuget packages.. when using the UI, it works, but not through the command line.. however, same API key works for other nuget packages.
I created a new API key with * as glob pattern but still does not work. Besides, as mentioned, some packages did upload ok. The packages I'm uploading seems to be new (e.g. not just a new version).
Verbose Logs
The text was updated successfully, but these errors were encountered: