hosted target file upload. 500 server error. please try again in 30 seconds.

I am uploading file to S3 using hosted target. The file is uploading to S3 successfully and no errors in run time logs. But I am getting below exception:

<html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>500 Server Error</title> </head> <body text=#000000 bgcolor=#ffffff> <h1>Error: Server Error</h1> <h2>The server encountered an error and could not complete your request. <p>Please try again in 30 seconds. </h2> <h2></h2> </body> </html>

code snippet (hosted target):

<HostedTarget> <Properties> <Property name="response.streaming.enabled">true</Property> <Property name="request.streaming.enabled">true</Property> </Properties> </HostedTarget>

As per the hosted target documentation we should use empty hosted target tag i.e. <HostedTarget/>

But I am included streaming properties in to Hosted Target Tag. I found no error.

Note: My requirement is upload large files (up to 300 MB) to S3.

@Dino @Anil Sagar @ Google

0 1 392
1 REPLY 1

Per the response in this question https://community.apigee.com/questions/67575/how-to-enable-streaming-in-target-endpoint-when-us.html... streaming isn't enabled in Hosted Targets.