Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 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
4 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.