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

2015-08-21 Thread Ryan (Cloud Platform Support)
Salutations Paolo, I just tested and was able to delete without issue. If you are still seeing this you should file a Defect Report on the Issue Tracker . I will need the following: - App ID - Code used to add the taskqueue (including t

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

2015-08-21 Thread paolo francia
Thanks Ryan for your support. Just found a strange behaviour: 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! I think if th

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

2015-09-21 Thread Gabriel Montagné Láscaris-Comneno
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!

[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 c

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

2015-09-21 Thread Ryan (Cloud Platform Support)
Lorenz is correct. e~ is for EU projects while s~ is for US projects. On Thursday, August 20, 2015 at 10:42:31 AM UTC-4, paolo francia wrote: > > I'm trying to use the Google Task Queue Rest API from: > https://developers.google.com/apis-explorer/#p/taskqueue/v1beta2/ > I'm directly trying to use