Questions tagged [jive]

Social media software for businesses.

More information available here.

54 questions
4
votes
1 answer

Resize Jive Addon Tile Vertically

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.
Ivan
  • 549
  • 3
  • 11
3
votes
2 answers

Got MethodID of RefenceType that is not a member of the ReferenceType

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…
Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113
3
votes
1 answer

how to deserialize "ref" parameter

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…
creitz
  • 31
  • 1
2
votes
1 answer

Using Javascript to get a list of a user's Jive Permission Groups

I am trying to get a list of a user's Jive SBS permission groups. How would this be done with jQuery?
Ivan
  • 549
  • 3
  • 11
2
votes
1 answer

How to set value to Java bean from FTL in Jive

I am new to jive as well as freemarker I tried following approach like we did in Struts
Darshan Patel
  • 3,176
  • 6
  • 26
  • 49
2
votes
1 answer

Is there a way to bulk download files in Jive via API or script?

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…
2
votes
1 answer

Resizing HTML widget in Jive

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…
Ivan
  • 549
  • 3
  • 11
2
votes
1 answer

Jive does not sync avatar with Active Directory

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…
Johnathon64
  • 1,280
  • 1
  • 20
  • 45
2
votes
3 answers

Jive REST API returning {"code":401,"message":"Bad credentials"} using Basic Auth

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}…
2
votes
1 answer

Unable to post a share using Jive REST API - getting 400 Bad Request error

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…
Hitesh
  • 21
  • 4
2
votes
1 answer

How to serve OpenGraph for a private page

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…
Bertrand Gorge
  • 384
  • 1
  • 3
  • 16
2
votes
1 answer

how to upload excel file on jive via vba macro?

I have to upload excel document on jive via vba macro. please let me know if it is possible via REST API or any other method
X-Man
  • 46
  • 4
2
votes
1 answer

Openfire 3.8.1 cannot open 'Admin Web Console'

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…
Romans 8.38-39
  • 456
  • 4
  • 14
1
vote
1 answer

google apps script to gotoconnect / jive virtual fax - not finding attachment from email

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…
NMALM
  • 378
  • 2
  • 19
1
vote
1 answer

Cannot Locate Document in Jive File System

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…
Travis
  • 401
  • 1
  • 5
  • 21
1
2 3 4