Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years ago406 return code when creating an item
Hi, I'm trying to follow the guide in: https://github.com/1Password/connect-sdk-python/blob/main/example/main.py
kafka_item = onepasswordconnectsdk.models.Item(
title="TomerB-Test", ...
Former Member
5 years agoHi Eddy,
- The version I'm using is 1.1.0.
- I only have credentials to create/view items in this specific vault ( I can ask for more permissions from my IT )
- I can get the items in this vault using the sdk.
- Thanks.