python-artifactory icon indicating copy to clipboard operation
python-artifactory copied to clipboard

This REST API is available only in Artifactory Pro

Open smywhut opened this issue 2 years ago • 0 comments

Hi when i run this statement: from pyartifactory import Artifactory art = Artifactory(url="ARTIFACTORY_URL", auth=('USERNAME','PASSWORD_OR_API_KEY'), api_version=1)

It shows 400 client error. When I visit http://my-artifactory/api/security/uers according to the URL where the error occurred, the final result shows:

"This REST API is available only in Artifactory Pro (see: jfrog.com/artifactory/features). If you are already running Artifactory Pro please make sure your server is activated with a valid license key.\n" Is this because my artifactory website doesn't have this feature? But I use dohq-artifactory (which is also a python third-party library), but it is used normally, and can be accessed normally according to the apikey of the artifactory, such as uploading and downloading the artifactory.

smywhut avatar Aug 17 '23 12:08 smywhut