Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Attachments in SDK #139

Open
cimnine opened this issue Jan 1, 2025 · 1 comment
Open

Support for Attachments in SDK #139

cimnine opened this issue Jan 1, 2025 · 1 comment

Comments

@cimnine
Copy link

cimnine commented Jan 1, 2025

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.

@Marton6
Copy link
Member

Marton6 commented Jan 6, 2025

Hey @cimnine! Thank you for sharing your feature request with us. Support for documents and file attachments is on the roadmap of the SDKs.

Thank you for sharing your use-case and ideas for implementation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants