I am trying to build Java project with Maven, but got stuck with this error. I've tried mvn -U clean install, tried getting repository folder from my colleagues, but nothing helps.
Here is the error message. It seems that there is no needed…
I can't seem to access any of the values in my Jive API response. This is what I've got so far, which works. I just need to get the values, but seem to be returning null every time I try to access them. When I iterate the object, I can access the…
Curl is posting but Google AppScript is not with the same credentials.
Am trying to get google app script to post the current document as html content to a new Jive Document
// The following curl command works flawlessly
curl -u…
I am using Jive REST API to upload video. Based on the Jive REST documentation, I am following the process to submit the request.
POST:
https://{Community_Url}/api/core/v3/contents
Body (JSON format):
{
"content": {
"type":…
Goal
My goal is to push HTML content to the Jive content-management platform using the Jive API and a cURL command.
Current status
I can do this successfully but my process is manual. I want to further automate by scripting the insertion of the HTML…
This code is used on Jive tool to post the data to some server.
But this is not happening.The code is unable to get success message in firefox and IE but receiving :
Reference error: $j is not defined.
Due to some jquery conflict. After adding the…
I want to know why my array.every is not a function, im searching for hours but i dont understand why it is not. Can someone help me ?
function controlUserInput(inputText, appLang) {
const regex = /\$[^$]*\$/gm;
const str =…
Tried to push the process to background on linux and also tried with -q command:
mysqldump -q -u root -p root database_name > dumpName.sql doesn't seems to be useful.
I'm doing a WPF application that requires an OAuth login so I'm using a WebBrowser Control to make the authentication part. When I navigate to the login page everything works fine and the page is rendered correctly.
When I fill my credentials and…
I am having a serious issue with Angularjs and jQuery with this particular REST API. I am not in the same domain as said API, and can get the data back, however I am getting a "SyntaxError: invalid label "name" :{" error.
If I were to do something…
I want to include certain js and css files from a server in the .ftl file.
I tried by giving <@resource.javascript file="http://servername..."> and <#include "http://servername..."> but none worked.
I'm developing an app which has a Content Action and an !app Action.
I would like to get via javascript (i.e. Open Social API I suposse...) the current user (I got it!) and the current blog post (blogpost id) from both actions.
Is it possible?
Thank…
I am new to angular and we have a single page app built using angular. We want to have threaded discussions for every content we have. For this we are planning to integrate with Jive. Jive provides a way to embed discussions from jive on another…
I am writing a plugin for Jive (SBS) 7 and want to add more data to the template for the user profile Overview page (i.e. /people/admin ). In Jive 6 I did overwrite the profile path in struts and added my own ViewProfile action. But this action…
I am currently trying to export profile images from the Jive 5.0 database. I have the postgre query that pulls the images. But I am having difficulties in determining which image is the currently selected image for that profile.
select *
from…