* initial commit
* adding quotes for the array error
* Create Gemfile
* Create Gemfile.lock
* add .nvmrc and .node-version
* removed /article from URL
* update links to work with netlify
* more fixed links
* link fixes
* update bad links
* Update netlify.toml
toml test for redirects
* article redirect
* link fixes
* Update index.html
* Update netlify.toml
* Update _config.yml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* Update netlify.toml
* add article back into URL for launch
* Update netlify.toml
* Update netlify.toml
* add order to categories front matter
* Update netlify.toml
* update
* sidemenu update
* Revert "sidemenu update"
This reverts commit 5441c3d35c.
* update order prop
* Navbar updates per Gary and compiler warnings
* font/style tweaks
* Update sidebar.html
* Stage Release Documentation (#739)
* initial drafts
* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information
* edit
* edit
* Custom Field Context Menu & CAPTCHA item in release notes
* SSO relink event
* update rn
* small edits
* improve release notes titles
* fix side menu
* Edits courtest of mportune!
* update order
* link fixes
* link cleanup
* image updates and a link
* fix trailing slash
Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
7.4 KiB
layout, title, categories, featured, popular, tags, order
| layout | title | categories | featured | popular | tags | order | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| article | File Attachments |
|
false | false |
|
13 |
Files can be attached to Vault items from any Bitwarden application. An individual file attachment must be 500 MB (100 MB if uploading from Mobile) or smaller. By default, paid users have access to 1GB of encrypted storage for file attachments. Additional storage can be purchased in 1GB increments.
{% callout info %} File Attachments are available for Premium users, including members of Paid Organizations (Families, Teams, or Enterprise). {% endcallout %}
Attach a File
To attach a file to a Vault item from a Bitwarden application:
Complete the following steps to attach a file to a Vault item from the Web Vault:
- Hover-over the Vault item you'd like to attach a file to, and select the {% icon fa-cog %} Gear icon.
- Select {% icon fa-paperclip %} Attachments from the dropdown.
- In the Attachments dialog box, Browse... for your file.
- Select the Save button to finish attaching a file.
Once a Vault item has a file attached to it, selecting {% icon fa-paperclip %} Attachments from the {% icon fa-cog %} Gear dropdown will also display a list of attached files.
{% endcapture %} {{ be_sync | markdownify }}
Complete the following steps to attach a file to a Vault item from a Bitwarden Browser Extension:
- Open the item you'd like to attach a file to, and select the Edit button.
- Select {% icon fa-paperclip %} Attachments.
- On the Attachments page/dialog, Browse... for your file.
- Select the Save button to finish attaching a file.
Once a Vault item has a file attached to it, selecting {% icon fa-paperclip %} Attachments from will also display a list of attached files.
{% endcapture %} {{ be_sync | markdownify }}
Complete the following steps to attach a file to a Vault item from a Bitwarden Mobile App:
- Open the item you'd like to attach a file to, and select the {% icon fa-ellipsis-v%} Menu button.
- Select {% icon fa-paperclip %} Attachments.
- On the Attachments page, select the Choose File button and browse for your file.
- Select the Save button to finish attaching a file.
Once a Vault item has a file attached to it, selecting {% icon fa-paperclip %} Attachments from the {% icon fa-ellipsis-v%} Menu dropdown will also display a list of attached files.
{% endcapture %} {{ mob_sync | markdownify }}
Complete the following steps to attach a file to a Vault item from a Bitwarden Desktop App:
- Open the item you'd like to attach a file to, and select the Edit button.
- Select {% icon fa-paperclip %} Attachments.
- On the Attachments page/dialog, Browse... for your file.
- Select the Save button to finish attaching a file.
Once a Vault item has a file attached to it, selecting {% icon fa-paperclip %} Attachments from will also display a list of attached files.
{% endcapture %} {{ desk_sync | markdownify }}
Use bw create attachment to attach a file to an existing Vault item, for exaple:
bw create attachment --file /path/to/myfile.ext --itemid <itemid>
For more information, refer to our CLI documentation.
{% endcapture %} {{ cli_sync | markdownify }}
{% callout warning %} A note on Attachments created after May 11, 2021:
As a result of an Attachment upgrade, Attachments uploaded on the newest clients cannot be opened on older client versions. If you find you're unable to access a recently-created Attachment, upgrade your client to the newest version. (Hint: The Cloud Web Vault is always on the newest version.)
Frozen or legacy client versions, including the Safari 13 (or earlier) macOS Desktop App & App Extension, will not support accessing these attachments. {% endcallout %}
View an Attachment
Viewing an attachment mimics the same procedure used to attach a file. Refer to one of the above sections for help.
Add Storage Space
By default, users with a Premium subscription have access to 1GB of encrypted storage for file attachments. Additional storage can be purchased in 1GB increments. Complete the following steps to purchase additional storage:
- In the Web Vault{:target="_blank"}, select the Settings tab.
- From the Settings menu, select Premium Membership.
- In the Storage section, select the Add Storage button.
- Using the counter, choose the number of GB of Storage to Add and select Submit.
Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first change will be prorated for the remainder of the current billing cycle.
{% callout info %} A note about attachments created prior to December, 2018:
Prior to December 2018, File Attachments used a different method of encrypting their data. We have since moved to a newer, better way of encrypting File Attachments. Any attachments that use the older encryption method will be labeled with an {% icon fa-exclamation-triangle %} alert icon in your vault listing. You should upgrade these old attachments to the newer method of encryption so that other account-related features can function properly:
- Open the page for editing your attachments (see above instructions).
- Click the Fix button next to the old attachment. This process will download the attachment, re-encrypt it using the new encryption method, re-upload the attachment back to your vault, and delete the old version of the attachment.
Once an attachment has successfully been upgraded, the {% icon fa-exclamation-triangle %} alert icon and fix button should disappear. {% endcallout %}