Jackabomb

Results 56 comments of Jackabomb

This issue happens because CloudPath.GetDirectoryName() is used by GoogleDriveStorageProvider.Copy() in order to verify the containing folder already exists (and throw an error otherwise). But when the database is under the...

According to the changelog, KeeAnywhere 1.5.1 would be the last compatible version. [1.5.0 required KP 2.40+](https://github.com/Kyrodan/KeeAnywhere/blob/master/CHANGELOG.md#150-2018-09-20) [1.6.0 required KP 2.43+](https://github.com/Kyrodan/KeeAnywhere/blob/master/CHANGELOG.md#160-2020-01-08) Old releases are available from the [Releases page](https://github.com/Kyrodan/KeeAnywhere/releases). You can...

Thanks for this helpful info, and for the prebuilt binaries. These instructions worked for me on Debian 12 x64, with a couple tweaks. Debian dropped support for Python 2 with...

Actually, the json Secret field _is_ [encrypted](https://github.com/Kyrodan/KeeAnywhere/blob/ebeb344177353ad663e1d0270920f7ca057b737c/KeeAnywhere/Configuration/AccountConfiguration.cs#L24). It just might not look like it. [Here's ](https://github.com/Kyrodan/KeeAnywhere/blob/ebeb344177353ad663e1d0270920f7ca057b737c/KeeAnywhere/Json/ProtectedDataStringPropertyResolver.cs#L75)where the encryption actually happens; it uses an OS-provided [encryption/decryption API](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.protecteddata.protect), meaning the decryption key...

Yes, that's normal in the restricted mode.

Hi @Ducatel ! Can you try removing your dropbox account and adding it again?

Oh, and if possible, can you post logs as text in addition to the screenshots? Then we who are trying to help can easily copy/paste them instead of transcribing.

You were able to get through the OAuth pages with no problems? The error only appeared after redirecting to http://127.0.0.1:49306/?code=tB4r1iLEAAAAAAAAFNYhe6&state=71cda9b05 ? What is your system default browser and version? Are...

Hmm. Does it work with a different cloud provider?

Okay. Interesting. Are you using any proxy on the Windows machine, by chance? Either in the proxy settings in KeePass itself (Tools -> Options -> Advanced -> Proxy) or maybe...