You have no google login headers ?
Should look like this (google stuff highlighted in red)
<UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<AuthType>Google</AuthType> <!--Account type can be 'Google' or 'Ptc'-->
<DefaultLatitude>your cords here</DefaultLatitude>
<DefaultLongitude>your cords here</DefaultLongitude>
<DefaultAltitude>10</DefaultAltitude>
<!--Only needed if you chose Ptc as your account type-->
<PtcPassword>ptcpassword</PtcPassword>
<PtcUsername>ptcusername</PtcUsername>
<!--Only needed if you chose Google as your account type-->
<GoogleUsername>[email protected]</GoogleUsername>
<GooglePassword>xxxxx</GooglePassword>