-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
- Nipyapi version: 0.19.1
- NiFi version: 1.16.0
- NiFi-Registry version:
- Python version: 3.7
- Operating System: Windows/Linux
We've recently upgrade one of our NiFi environment from 1.12.1 to 1.16.0. We've also upgrade nipyapi from 0.10.1.
While testing, when attempting to retrieve a single use download token by executing the following code:
down_load_token = nipyapi.nifi.apis.access_api.AccessApi(api_client=None).create_download_token()
I receive the error : "'AccessApi' object has no attribute 'create_download_token'"
It looks like the "create_download_token" attribute has been deprecated (or possibly moved???) since we last had to update this code block. I searched for alternatives and documentation but thus far haven't found anything. Any suggestion or alternatives?
This is a fairly high priority as it is causing a block in our automated deployments
Metadata
Metadata
Assignees
Labels
No labels