Application Uploader API Example

Live Forms v7.4 is no longer supported. Please visit Live Forms Latest for our current Cloud Release. Earlier documentation is available too.

Application Uploader API Example

 

Imagine being able to automate uploading multiple Application(s) to all the designer users in a tenant! The Application Uploader described here uses the Java client API to do exactly that. Once the simple configuration is complete, the Application Uploader uploads the specified application(s) to specified users.

frevvo uses this application before each training class to upload the applications required for the class to the registered students user accounts

These instructions apply to the Windows operating system.

On this page:

Prerequisites

  • The Application Uploader requires Java version 1.8. Click here to download Java 1.8 if necessary.

  • Verify that your JAVA_HOME or JRE_HOME environment variable is pointing to the Java 1.8 installation directory. If not, follow these instructions to modify:

  • The applications must be uploaded to users that have the role of frevvo,designer.

  • You must have an on-premise installation of

    or a tenant in the frevvo cloud that has access to the API turned on. Contact frevvo to request this, if necessary.

Configuration

  1. Download the Application Uploader zip file

  2. Unzip it to a location on your desktop

  3. Edit the config.properties file

    1. The URL parameter specifies the location of your

      installation:

Upload Applications Command

  1. Open a command prompt

    1. Navigate to the directory where the ApplicationUploader.jar is  located.

    2.  Run the jar file :

      java -jar ApplicationUploader.jar

      If successful, you should see the results in the command window.



  2. Log into your

    tenant as each of your specified users to verify that your applications were uploaded.