Get File as stream in Apigee using Javascript policy

k21dec
New Member

Hi,

I have a requirement to get a file to apigee as stream , zip it & encode it and then send to target endpoint using javascript policy , want to know if this is possible ?

does javascript version used by apigee provide libraries to stream file , zip it?

I know we can achieve this using node.js application , java callout and may be python.

0 1 208
1 REPLY 1

Nope, the JavaScript callout is not suitable for that technical use case.