Description of the issue
secret_id =
secret = secret_server.get_secret(secret_id, fetch_file_attachments=True)
print(secret)
The itemValue should be the contents of the file, but instead its getting the literal string "<Response [200]>"
Expected behavior
The itemValue should be the contents of the file
Actual behavior
its getting the literal string "<Response [200]>"
Your environment
Running this script on windows.
Steps to reproduce
included above