[google-appengine] Re: Cloud Tasks Api for Appengine flex

2018-09-29 Thread Handerson Contreras
That's good news :)

Thanks 

On Tuesday, September 25, 2018 at 9:51:28 PM UTC-6, Handerson Contreras 
wrote:
>
>
> Hi
>
> I have been reading google documentation regarding to managing tasks on 
> appengine flex, what i read is that i need to fill in this form 
> 
>  to 
> enable it
>
> i did it but haven't received news about it.
>
> I am getting this error
>
> google.api_core.exceptions.PermissionDenied: 403 Cloud Tasks API has not 
> been used in project  before or it is disabled
>
> i guess that is the cause or do you think is another problem?
>
> thanks
>

-- 
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/ab38ddef-9b7c-4323-b8cb-fb9582a70bfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] RequestPayloadTooLargeException

2018-09-29 Thread Hossein Amerkashi
Hello,


Does anyone know how to overcome the urlfetch 
RequestPayloadTooLargeException[1] for handling large files in the request? 
Have tried[2], but still same issue


*[1]*
*com.google.appengine.api.urlfetch.RequestPayloadTooLargeException: The 
request to http://xxx.xx.xxx.xx exceeded the 10 MiB limit. at 
com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:157)
 
at 
com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:45)
 
at 
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.fetchResponse(URLFetchServiceStreamHandler.java:571)
 
at 
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.getInputStream(URLFetchServiceStreamHandler.java:450)
 
at 
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.getResponseCode(URLFetchServiceStreamHandler.java:303)*



*[2]*
*connection.setChunkedStreamingMode(1024);*

-- 
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/6f2513e5-9b64-4d38-aa4f-5f9615544b4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.