http://code.google.com/apis/accounts/docs/OAuth2InstalledApp.html#choosingredirecturi
Did you try using "urn:ietf:wg:oauth:2.0:oob"?
Currently .local redirect URIs are not supported, but they are on the road map.
We need to treat them specially since they are not uniquely
resolvable, which can introduce security risks.
In the mean time you may have some workarounds. If you can replace
.local with .<corp dns address>.ccTLD, it should work. We only
validate that the ccTLD is valid, not that the address is reachable
from the Internet. Also, you are allowed to register multiple
redirect_uri values.
Marius