I am trying to use the v2 of the Python API by using Usage instructions from the readme and from simple get requests like here. Both attempts are made in python.
And the output in each instance is saying You have to be logged in to perform this action
The account is managed by someone else, and I am just creating an automation script for analysis. None of the solutions of converting the base64 format in the second link have helped. Not sure how to proceed. Any help is appreciated.
I am trying to use the v2 of the Python API by using Usage instructions from the readme and from simple get requests like here. Both attempts are made in python.
Here is the code for the second part:
And the output in each instance is saying
You have to be logged in to perform this action
The account is managed by someone else, and I am just creating an automation script for analysis. None of the solutions of converting the base64 format in the second link have helped. Not sure how to proceed. Any help is appreciated.