1password-client icon indicating copy to clipboard operation
1password-client copied to clipboard

Script not working with OP_SERVICE_ACCOUNT_TOKEN

Open AbbasHallal opened this issue 1 year ago • 0 comments

Describe the bug I am exporting my OP_SERVICE_ACCOUNT_TOKEN and running the script to create new connection but getting an error unknown command "user" for "op" To Reproduce export OP_SERVICE_ACCOUNT_TOKEN run script

from onepassword import OnePassword
import json
op = OnePassword()

Expected behavior open a connection

AbbasHallal avatar Feb 19 '24 21:02 AbbasHallal