Menu

Another configuration issue

Artur
2013-01-03
2013-04-23
  • Artur

    Artur - 2013-01-03

    Hello all,

    I installed the portable version 2.20.1 of KeePass and I'm having an issue using the KeePass Google Sync Plugin.
    First, I enabled the Drive API, got the ClientID and ClientSecret.
    Then I created the KeePass entry for a google account and got the UUID.

    After copying the GoogleSyncPlugin.plgx file to KeePass main directory (which contains the Database file as well), I created the KeePass.config.xml file with the following structure:

    <?xml version="1.0" encoding="utf-8"?>
    <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        <Meta>
            <PreferUserConfiguration>true</PreferUserConfiguration>
        </Meta>
        <Custom>
            <Item>
                <Key>EnableAutoSync</Key>
                <Value>true</Value>
            </Item>
            <Item>
                <Key>GoogleSyncClientID</Key>
                <Value>XXXXX.apps.googleusercontent.com</Value>
            </Item>
            <Item>
                <Key>GoogleSyncClientSecret</Key>
                <Value>XXXXX</Value>
            </Item>
            <Item>
                <Key>GoogleSyncKeePassUID</Key>
                <Value>XXXXX</Value>
            </Item>
            <Item>
                <Key>GoogleSyncShowAuthenticationForm</Key>
                <Value>false</Value>
            </Item>
        </Custom>
    </Configuration>
    

    When I try to open KeePass, I get the following message:

    Initilization Failed: Required configuration entries were not found. Please exit KeePass and update configuration file.
    Required Configuration entries: GoogleSyncClientID, GoogleSyncClientSecret, GoogleSyncKeePassUID
    Optional Configuration entires: EnableAutoSync, GoogleSyncShowAuthenticationForm

    Can you please help me?

    Thanks

     

    Last edit: Artur 2013-01-03
    • morzhell

      morzhell - 2013-04-23

      Hi,

      You need to remove the part that starts and ends with "Meta" from the KeePass.config.xml file.

      Hope this helps !

       

      Last edit: morzhell 2013-04-23

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.