I am trying to use Python / Google App Engine to log into the Betfair API.
When I try to log in using the API on GAE, I get a BETTING_RESTRICTED_LOCATION error.
When I run the script locally (from the UK) it works fine.
So it appears that Betfair is blocking my script as it is running from a US based IP address. This is because US citizens can't use Betfair. But I am a UK based UK Citizen, so the rule does not apply to me.
How can I get round this login problem?