-
How to access AppWorks from Emulator
Hi, I'm trying to access AppWorks from Android Emulator. Its always ended up giving error "Authentication Failed. Please check the Settings.". I Could not find any configuration settings in the Forums, so I'm posting the question here. Please help me. Thanks in advance. Suresh.
-
WebServices API through AppWorks Gateway Example
Is there an example of an AppWorks App that uses the Gateway proxy component to access the Personal Assignments or any other WebService API for that matter? In other words, a JavaScript based solution, integrated to the AppWorks framework, used from outside the firewall where a CWS is called for some function? Thanks
-
Can we Get source Code for ECM Everywhere App
Hi, Can we get the source code for ECM Everywhere App ( Google Application)? Thanks, Abhishek
-
Does REST API support MIME Types and Categories
From CS, you can associate a mime type with one or more category (CS Admin => System Administration => Administer MIME Types and Categories). After that, a user will be prompted with the associated category right after he/she selects a file and clicks the “Add” button. The user has to fill in the category form to complete…
-
Accepting Tempo share requests via REST - not working
Hi, I've been trying to get a share request to be accepted via a REST call to the TempoBox API, but it just won't do it! I'm making a call to <baseURL>/content/v4/shares/incoming/<sharenodeid>?accepted=true. This gets passed in via the WebResource ref to the PUT call, but never gets accepted. Be grateful if anyone can…
-
REST API – adding document error - Category with required field
I am adding a document through REST API (POST /api/v1/nodes). If the parent folder has a category which contains a required field, the rest api gives an error. Is there a way I can ignore the parent folder’s categories while uploading the document? From CS UI, I can upload a file to the folder without any categories.
-
Add document via REST with binary string
Hello, When using the REST API (POST /api/v1/nodes) to create a document int Content Server, can I pass in a binary string as the content of the file? Is there sample code for this? My page need to download a file from a web site (SharePoint) then upload it to Content Server without user intervention. I know the API works…