google authorization error 403 disallowed_useragent cordova code example
Example: google authorization error 403 disallowed_useragent cordova
To fix the disallowed_useragent error by adding the following to in config.xml:
<preference name="OverrideUserAgent" value="Mozilla/5.0 Google" />