You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, when setting the Response Format is Base64 JSON, if the image is too large, the user will likely to hit Pipedream error: payload limit exceeded
Expected behavior
In the Response Format prop, replace Base64 JSON to Image in tmp dir which write image to tmp directly. Returns the file path only. Do NOT export the base64 data.