Question

Oops! You passed too much data - Dehydratation

  • 15 November 2022
  • 5 replies
  • 51 views

Hello,

User of our app Converts.online got error “Oops! You passed too much data (6725 bytes) to your dehydration function - try slimming it down under 6000 bytes (usually by just passing the needed Ids.”

I didn't find any information about limitation in documentation. Can you give as a hint?

Thank you.

Best regards,

Marek

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

Userlevel 7
Badge +14

Hi @MarekH 

Good question.

This Zapier Platform help article might provide guidance: https://platform.zapier.com/docs/constraints

Hi @Troy Tessalone,

I did not find any information about 6000 bytes dehydration limit and how to handle that problem.

I am using the cli https://platform.zapier.com/cli_docs/docs

I also looked to the example how to work with files: https://github.com/zapier/zapier-platform/tree/master/example-apps/files but it seems like it is not handling this problem.

Best regards,

Marek

Userlevel 7
Badge +14

@MarekH 

Might be best to open a ticket with Zapier Support: https://zapier.com/app/get-help

Userlevel 2
Badge +1

Hi @MarekH,

It looks like your app is hitting a limit on the maximum amount of data that can be passed via the inputData parameter on the z.dehydrateFile() method: https://platform.zapier.com/cli_docs/docs#file-dehydration

I wanted to let you know that we received your support ticket and our engineers are doing some further investigation to confirm.

Moving forwards, if you need to submit support tickets for issues related to a Zapier integration, please use the Zapier Developer Platform contact form here: https://developer.zapier.com/contact That will ensure your ticket is routed directly to our platform support team.

Thank you for your patience on this! We’ll be in touch shortly via the new support ticket.

Userlevel 4
Badge +9

Hi @MarekH 👋

We’ve responded in the support ticket for this issue on your public integration converts.online 👍

The CLI platform allows for a hydration payload of up to 6KB to z.dehydrate / z.dehydrateFile. This is noted in the changelog here: https://github.com/zapier/zapier-platform/blob/master/CHANGELOG.md#1010  but I certainly agree that it would be valuable to include in the CLI documentation on hydration, which we will address, thank you!