Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

JSON API Call_Error in libCURL Data Callback

LEXQ2005
8 - Asteroid

When do a JSON API call, I received the error as the download result. Error message:

Error in libCURL Data Callback_Data too long to fit in field. Write to a file instead

I was able to extract other data from the same data source using the same Alteryx workflow.

What caused the issue? What should I do to resolve the problem?

 

LEXQ2005_0-1623316007907.png

 

3 REPLIES 3
danilang
19 - Altair
19 - Altair

Hi @LEXQ2005 

 

I've never come across this particular error before, but it is possible that this particular JSON is very large. Try modifying your download tool to write the data to a file and then read in the file with a dynamic input

 

Dan

LEXQ2005
8 - Asteroid

@danilang 

Thanks for replying. Any Alteryx workflow demo you can share?

danilang
19 - Altair
19 - Altair

hi @LEXQ2005 

 

Check out @LordNeilLord's solution in this post 

 

Dan

Labels