1Password / onepassword-sdk-python

https://developer.1password.com/docs/sdks/
MIT License
83 stars 9 forks source link

Support updates for items where website/tags are defined #110

Closed jessewindebank1809 closed 3 weeks ago

jessewindebank1809 commented 2 months ago

Current Behavior

Running into this error when attempting to update a text field where the item contains a website/tags:

onepassword_functions.py:update_item:128 - msg="invalid user input: encountered the following errors: cannot update item u7h2vz4yrnb2th2eeqx2cyvjry. Editing is not supported for items with files, custom icons, or fields of types other than 'concealed' or 'text'."

Desired Behavior

Support the update call on fields other than 'concealed' or 'text'.

Benefits & Value

No response

Additional information

No response

hculea commented 1 month ago

Hey @jessewindebank1809, thank you for reaching out!

Adding support for more field types and another item attributes (such as websites and tags) is indeed on our roadmap, I'm going to be forwarding your request to our Product team for internal prioritzation.

That being said, that message is slightly outdated, as currently the SDK is supporting more field types (such as URLs, credit cards etc.), so I'll also make sure to file a bug report for that error message.

Thank you for your request!

hculea commented 1 month ago

@jessewindebank1809 we've just published version 0.1.2 of the SDK, with support for tags.

Websites also exist on our short roadmap, stay tuned for that!

hculea commented 3 weeks ago

@jessewindebank1809 version 0.1.3 of the SDK adds support for websites.

I'll be closing this issue, but do feel free to reopen if this doesn't address your use-case. Thanks!