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
I'm writing an importer to migrate from my previous password manager Enpass to 1Password. The script is more intelligent than what can be achieved via CSV.
Requirements and desired behavior
For importing attachments, it would be great if you could add support for them to the SDK.
Additional information
As a dev, it would be the easiest for me if an attachment would be just another field with a field type Attachment. The field's value would be the file's binary data.
Alternatively, like if you need to retain the file's type internally, then the field's value could also be a MIME-formatted message (see RFC 5322 Internet Message Format, as tooling for such exists in most programming languages.
The text was updated successfully, but these errors were encountered:
Use Case
I'm writing an importer to migrate from my previous password manager Enpass to 1Password. The script is more intelligent than what can be achieved via CSV.
Requirements and desired behavior
For importing attachments, it would be great if you could add support for them to the SDK.
Additional information
As a dev, it would be the easiest for me if an attachment would be just another field with a field type
Attachment
. The field's value would be the file's binary data.Alternatively, like if you need to retain the file's type internally, then the field's value could also be a MIME-formatted message (see RFC 5322 Internet Message Format, as tooling for such exists in most programming languages.
The text was updated successfully, but these errors were encountered: