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 <https://code.google.com/p/googleappengine/issues/entry>. I will need the following:
- App ID - Code used to add the taskqueue (including the queue.xml) - Screenshots and HAR file for both list and delete. - Timestamps with timezones for when you tried. 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 in the above link the "Try It" function that > use my google account to test the call on the API. > > The API call "Lease" and "Get" of the task workfs fine and the response is > 200. > But when I try to use the "Delete" tas I get: > > 403 OK > - Show headers - > > { > "error": { > "errors": [ > { > "domain": "global", > "reason": "forbidden", > "message": "you are not allowed to make this api call" > } > ], > "code": 403, > "message": "you are not allowed to make this api call" > } > } > > > > In my app engine java project I setup the pull queue to enable my google > user to access the queue > > <user-email>[email protected]</user-email> <!-- can list, get, lease, > delete, and update tasks --> > <writer-email>[email protected]</writer-email> > > > To get the 403 error message I had to use the prefix "s~" on the > projectname because if I try whitout this I get:"code": 400, "message": " > project name is invalid" > I think it is not a permission issue, because if so, why the GET and LEASE > call works fine? > > > Can anyone please help me to solve this issue? > > Thanks > Paolo > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/e135ba7e-124f-47e2-9046-453cdb5b8cb0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
