[google-appengine] GCP fails at setting up payment

2016-05-17 Thread Lorenz Leutgeb
Hi!

I am facing many problems with payment. The thing is that I have nowhere to 
report this, as I do not pay extra for support. Posting on this mailing 
list is kind of my last resort hoping that somebody at Google will pick up 
my complaint.

I am Austrian and switching to a German bank. I have a MasterCard debit 
card backed by my bank account I want to use. So far so good.

When adding this as a payment method, Google claims that my card is prepaid 
(which it is not), so I cannot use it (cross-post on SO: 
https://stackoverflow.com/questions/37279504 ). That's a solid fail 
already, but fair enough, let's use my bank account directly.

It is impossible to use an Austrian address in connection with a German 
IBAN/BIC for no apparent reason. Either IBAN validation fails because the 
country code (IBAN prefix) does not match, or postal code verification does 
not match because Austria uses four digits and Germany uses five.

By the way, your maxlength for IBANs is 30 characters, but this is only 
correct for the portion after the country code, so in total it should be 
32. The maxlength for BICs also appears invalid though I did not check in 
depth.

Please resolve this issues by either fixing your check for prepaid cards or 
relaxing silly constraints on what my IBAN should be...

Thank you!

Lorenz

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1d3a43c7-6dca-4338-a512-13ec2a7d8730%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Task Queue Rest API v1beta2 "you are not allowed to make this api call"

2015-09-21 Thread Lorenz Leutgeb
I believe the prefix "e~" says that the App Engine project is hosted in 
Europe, while "s~" stands for the United States.

On Monday, 21 September 2015 14:04:37 UTC+2, Gabriel Montagné 
Láscaris-Comneno wrote:
>
>
>
> On Friday, August 21, 2015 at 6:53:48 PM UTC+1, paolo francia wrote:
>
> when I call the GET on the task, I can see the field "queueName" valued 
>> like this: "projects/e~MYPROJECTNAME/pull-queue"
>> Then I tried to call the DELETE task with the prefix e~ before the 
>> project name, and I works fine!
>>
>>
> Hi, 
>
> I had the same problem and solved it in the same way.  But where does this 
> 'e~' prefix come from? How could we, let's say programmatically know?  On 
> other forums I've seen 's~' as well.   Is there a mention of this in the 
> docs somewhere?  I haven't been able to know what this is.
>
> Best,
> Gabriel
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d881af5d-ad5d-40e5-a2d2-7f9dfc75d440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] How do I debug "no default robot"?

2015-03-12 Thread Lorenz Leutgeb
Dear Vinny P.,

> In your SO post you say that deployment to a different project ID works.
> Are there any notable changes between the original and different project IDs?
> For instance, is one of the IDs significantly older or were they created at
> roughly the same time?

Yes, I created the second one specifically to help resolving my issue, so it's
about nine months younger than the original one. I cannot tell you exactly,
because could not find that information in the Cloud Console.

> If you use your custom domain only and not the appspot url, you could repoint
> your domain to use the project ID that is working and skip the problem
> entirely.

I know I could to that, but that's quite cumbersome and a dirty solution. The
project has a history (billing) that I want to keep intact for audit purposes,
also transitioning to a different project would mean migrating Datastore. I bet
there are a few other interfaces where the ID matters (authenticating with my
Application?!).

> There's also a couple of things you can try. Try making sure that
> Compute Engine API access is available to your project: go to the APIs
> section in the cloud console, and make sure that all the Compute Engine
> services are enabled.

All those APIs are enabled. I crosschecked with the working project beforehand.

> Secondly, try making sure Cloud Integration is active. Go to appspot.com (the
> "old" App Engine console), click on your app name, then click on
> Application Settings on the left hand navigation bar. Scroll all the way down
> and ensure your app is integrated.

That apparently did the trick! I don't know why, but this showed an
error before:
http://imgur.com/G4NwRve  After retrying, everything worked out!

Thank you very much!

All the best,
Lorenz Leutgeb

On 11 March 2015 at 23:05, Vinny P  wrote:
> On Tue, Mar 10, 2015 at 6:20 AM, Lorenz Leutgeb 
> wrote:
>>
>> I have asked a question on StackOverflow and did not get any response for
>> about a month.
>> Please consider taking a look: http://stackoverflow.com/questions/28128598
>
>
>
> In your SO post you say that deployment to a different project ID works. Are
> there any notable changes between the original and different project IDs?
> For instance, is one of the IDs significantly older or were they created at
> roughly the same time? If you use your custom domain only and not the
> appspot url, you could repoint your domain to use the project ID that is
> working and skip the problem entirely.
>
> There's also a couple of things you can try. Try making sure that Compute
> Engine API access is available to your project: go to the APIs section in
> the cloud console, and make sure that all the Compute Engine services are
> enabled. Your screen should enable the following services:
> http://imgur.com/3rBrNhv
>
> Secondly, try making sure Cloud Integration is active. Go to appspot.com
> (the "old" App Engine console), click on your app name, then click on
> Application Settings on the left hand navigation bar. Scroll all the way
> down and ensure your app is integrated. If your screen looks like this,
> press the Create button:  http://imgur.com/qpEs2ju
>
>
>
> -
> -Vinny P
> Technology & Media Consultant
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/9yyRgsu6SGs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/CALSvALBLkX8L6BOjZArBMMn7ykUG-9WLr%2BFFwezBV1%3DWkPViyw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAM3yxzFijSW6w7T-bB%3DeUk07wGVgej0EkAQhp6RcrZjM1VvcHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] How do I debug "no default robot"?

2015-03-10 Thread Lorenz Leutgeb
Dear *,

I have asked a question on StackOverflow and did not get any response for 
about a month.

Please consider taking a look: http://stackoverflow.com/questions/28128598

Help is greatly appreciated, thank you.

Kind regards,
Lorenz Leutgeb

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8cfce4c1-4d0e-4a0e-aa53-70ce9f8d44c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.