This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I need to convert image received in the request body as form-data file.
I can see the image content in request body but it seems containing a
lot garbage characters due to which base64 encoding is not correct.
What can be done if we have a jar who size is more then 15MB, the limit
enforce by apigee environments. Any work around and solution for this
challenege.@support @All
How can we set default expire_in time for apigee edge managment API for
token generation. I want to change the default expire_in time for the
/accesstoken managment API.
Actually, the support team suggests me to change this property
thrift_framed_transport_size_in_mb in relation path. MY jar file is not
too much big, the actual jar includes 95% of supporting libraries,
actual logic is only 2-3 MB in size. I am sure a...
Thanks, Exact the second case you explained in your answer I want. I
have an existing XML document with all required XML tags and namespace
declaration. I need to inject this custom fragment into that XML
document.