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

Unable to delete or detach unwanted local storage #7896

Open
3 tasks done
khandelwalvikas opened this issue Apr 23, 2024 · 1 comment
Open
3 tasks done

Unable to delete or detach unwanted local storage #7896

khandelwalvikas opened this issue Apr 23, 2024 · 1 comment

Comments

@khandelwalvikas
Copy link

Preflight Checklist

Storage Explorer Version

1.22.0

Regression From

NA

Architecture

arm64

Storage Explorer Build Number

20211211.10

Platform

macOS

OS Version

macOS

Bug Description

I have a local storage account that needs to be removed but I do not see any option to remove it. I tried Detach but that throw the error. See the screencast for more details.

https://somup.com/cZf0nFCSaB

Steps to Reproduce

See video: https://somup.com/cZf0nFCSaB

Actual Experience

It is not blocking me but I just want to remove whatever does not exist anymoreremove

Expected Experience

I should be able to detach to remove the unwanted local storage

Additional Context

https://somup.com/cZf0nFCSaB

@JasonYeMSFT
Copy link
Contributor

@khandelwalvikas 1.22.0 is old and we have stopped supporting that version. You should consider upgrading to the latest version if possible.

But before that, you can mitigate your local storage issue by manually deleting the reference of those attachments. StorageExplorer's local attachments are stored in this way. There is an array storing the records of the local attachments in the app's local storage. For each record, there is an entry in your OS credential manager (Credential Manager on Windows, KeyChain Access on Mac, libsecret on Linux). You can manually delete them as you wish. You just need to make sure that after your manual manipulation, the record array in local storage matches the data stored in the OS credential manager. You can refer to this doc on how to manage those data.

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