I am trying to upload a list of user names to Jive content page But I am getting 405 every time I try. Below is the sample code I am trying to use to post some contents to page
url =…
I am using JIVE for testing some scripts in my server. Only root user has permission to execute that scripts. Can someone help me out how to execute JIVE with root user ?
I have a jive app and my node client has a REST API behind the URL http://[nodeclientIP]/myhook/[METHOD_NAME]. The problem is that the user can't reach the node client because it is behind a firewall. So i need to tell the jive platform to do this…
Using Jive REST API v3.14, tried allot but no use, no where I found the solution to get members based on place id other than Group.
Actually my task is to get the members of a particular place. Followers are different form members & I could able to…
I want to access one of the element in soy file by its id from ftl file.
I tried <#include "path to soy file.soy"/> but did not work.
What is the syntax to include/import soy file in ftl file?
I am new to Jive development using Node.js and I see that any addons that you create must be running and reachable via a specific address and port that you define in your jiveclientconfiguration.json file. I tried to deploy a tile addon to Azure…
I am working with JIVE JSON RESTFul API and on their API they have a security
(I am referring to the throw 'allowIllegalResourceCall is false.'; )
throw 'allowIllegalResourceCall is false.';
{
"id" : "52104",
}
I am using this code to try to…
I want to check if my array contains the Value Input, i want something like that, anyone have an idea on how to do that ?
if(jQuery.inArray($('#ValueInputTitle').val, variableValueInput) !== -1)
{
console.log("is in array");}
else {
…