When I pasted API response,it was trimmed by jive.
For example
{"requestId":"1ae8#153c5ba3217","success":true,"nextPageToken":"KUEP3O26NA2HZBJ2UVFMEZH5BJODURPDZS6FUYROU3KXDMEUHFLA====","moreResult":false}
I need to edit with indent.
{
"requestId":"1ae8#153c5ba3217",
"success":true,
"nextPageToken":"KUEP3O26NA2HZBJ2UVFMEZH5BJODURPDZS6FUYROU3KXDMEUHFLA====",
"moreResult":false
}
Solved! Go to Solution.
I understood what happened.
Original JSON resposnse is one line;
When I drag the page, I can see horizontal scroll bar !!!
If horizontal scroll bar is showed always in this case, I can know I am able to move horizontally.
Jive doesn't always play nicely with Javascript. Let me see if I can figure out a work around.
Favor to ask
Can you post the full response in a document and then send me the url of the doc. There should not be any issues with posting JSON in Jive so I want to see if there is a particular clause that is failing.
I understood what happened.
Original JSON resposnse is one line;
When I drag the page, I can see horizontal scroll bar !!!
If horizontal scroll bar is showed always in this case, I can know I am able to move horizontally.
OK. Glad you resolved the issue.