You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK docs aren't versioned - DocumentCreateParams isn't properly exported in v017, it is in v020, so the examples only work on current.
the reference to "Path.read_bytes()" in the DocumentCreateParams is via pathlib, but pathlib isn't imported by onepassword-sdk-python. This may be SOP for Python filehandling, but it might be good to note that in the example. I spent a bit of time hunting for "Path" in the onepassword-sdk-python before realizing it was more generic.
Thanks! Great SDK overall.
Desired Behavior
Version requirements on SDK example / reference pages
Either indicate that pathlib import is required for OP filehandling, or have onepassword-sdk-python import it directly.
Benefits & Value
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
In the Python SDK examples for Document file handling at https://developer.1password.com/docs/sdks/files, two notes:
Thanks! Great SDK overall.
Desired Behavior
Benefits & Value
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: