Sivcan Singh
Sivcan Singh
@eloyucu Sorry if I misunderstood your question, did you mean the Docs link for globals? If yes then here: https://www.getpostman.com/docs/v6/postman/environments_and_globals/manage_globals Or if you've some other issue in using the globals,...
@BendicoE @sinewave440hz Sorry for the delay, I haven't been active around this. I tried to take a jab at this problem, can you guys try out the following script changes...
@ameyasawant7 The `req.body` is the `responseData` itself, there's no nesting there. More ref here: https://learning.postman.com/docs/writing-scripts/script-references/postman-sandbox-api-reference/#sending-requests-from-scripts Not sure why it's blank, could be because of multiple reasons. You might want to...
@satishdabilpur Try updating the limits in the [script.js](https://github.com/sivcan/ResponseToFile-Postman/blob/master/script.js#L17) file: ```javascript // Change the limits according to your response size app.use(bodyParser.json({limit: '1024mb', extended: true})); app.use(bodyParser.urlencoded({ limit: '1024mb', extended: true })); ```
Hey folks, Thanks for reporting this issue. We've released a fix in v11.42.5. Let us know if the issue still persists. I'll close this now.
Hey @Clasherzz, Thanks for reporting this issue. We've released a fix in v11.42.5. Let us know if the issue still persists. I'll close this now.