I'm running an angular application inside a Jive tile and am looking for a way to resize the tile container when the view switches state. Has anyone run into something like this?
The tile is deployed to a Jive Cloud instance through a Jive add-on.
I am trying to debug an Java Web application, and for the first time I used JIVE , but I get all of the time 'Got MethodID of RefenceType that is not a member of the ReferenceType' in popup. Never seen that error in Eclipse (Luna) before. After a…
I'm trying to parse a json file that contains a parameter named ref. I'm deserializing into a class structure:
public class JiveContentObject
{
public int id { get; set;}
public string subject { get; set;}
..etc
}
however, I can't exactly…
We have to extract almost 1,000 documents for a divestiture. Doing it by clicking is going to take a long time. I know Jive has an API, but I can find anything that would let us download multiple files from multiple groups.
Any ideas are…
In JiveX I have a HTML widget that uses javascript to check to see if the logged in user is a member of a permission group. This causes the widget to render in an iframe. The JS conditionally hides / shows content but this happens after the iframe…
Currently our active directory is synced up with the jive platform, however the avatar on jive does not sync across to active directory, but everything else does. I was wondering if it is possible to make them sync using the JIVE REST API? If…
This may not be specific to the Jive API, but to basic auth in general.
This is NOT a federated account.
I'm attempting a simple request to the Jive REST API v3 with cURL:
curl --include --verbose --user {USERNAME}:{PASSWORD}…
I am trying to post a share on Jive using the /Shares REST API in .net using C#. However I am not able to do this and getting the following error:
"The remote server returned an error: (400) Bad Request."
Following is the code which I have…
we'd like to implement OpenGraph on an intranet application, so that when people share a URL from the application into a social network (Yammer, Jive, Chatter ...), it would show a nice thumbnail, description, and so forth.
The problem: because…
I'm trying to install Openfire 3.8.1 in nginx server (Linux x86_64 - CentOs release 6.2 Final).
I run through the installation from this article HERE and I installed openfire using wget and yum successfully, then I change the network interface in…
I am attempting to send an email to a virtual fax number from GAS MailApp. The email sends with the attachment and everything looks perfect, but for some reason it doesn't see the attachment. I also sent one to the same address from my gmail…
Hi I am trying to find a Jive document in an export file of our old Jive instance. I am able to query the Jive DBs, and have found the document in the database, but cannot locate the actual file. My query results follow:
I attempted to follow the…