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?
Pretty easily actually.
If you fill in this form, you can specify where your App will be hosted and ran, so you can limit it to EU and then Betfair should work.