Configure upload excels to Google Drive

In order to have the option to upload the generated excels to Google Drive you have to follow the steps below:

Step 1 - Change Export Settings

Go to WorkWithPlus Settings -> Standard Actions -> Export and set the properties:

  • Behavior: Upload to Google Drive
  • Google Drive WebPanel: ExportOptions

ConfigureUploadExcelstoGoogleDriveImg01

Step 2 - Uncomment the code in ExportOptions WebPanel

Uncomment the following code and define the variable GoogleDocsServices with type GoogleDocsServices

ConfigureUploadExcelstoGoogleDriveImg02

Step 3 - Copy Dlls/Classes in the web application

For Java:
Copy the following jars in the correspondent webapp, inside lib folder. If you are using Tomcat as the application server you should add it like the following example:

ConfigureUploadExcelstoGoogleDriveImg03

For C#:
Copy the following dlls in the webapp, inside bin folder:

ConfigureUploadExcelstoGoogleDriveImg04

Step 4 - Set in the classpath the new jar (Only for Java)

In the classpath property, set the new reference to the new jar added in lib folder:

ConfigureUploadExcelstoGoogleDriveImg05

Step 5 - Run the application and visualize the results.