Skip to main content
Nintex Community Menu Bar

How to connect Google Docs using custom service broker

  • July 17, 2017
  • 3 replies
  • 28 views

Forum|alt.badge.img+6

We are triying connect to Google Docs using K2 custom service broker. Please provide any useful links to achieve this.

3 replies

Forum|alt.badge.img+9
  • July 18, 2017

Hi,

 

I have not done something like this before, but what i can think is to look at these custom Google ServiceBrokers:

 

 

 


 

 

 

 

 

 

 

and perhaps combine this with the Google API:

 

 

 

 

 

https://developers.google.com/sheets/api/quickstart/dotnet

 

 

 

 

 

-Jean

 


Forum|alt.badge.img+5

Can you describe the need and use case you are trying to solve. We have done some early work on a Google Drive broker. This may or may not help you.

 

Dave


Forum|alt.badge.img+6
  • Author
  • July 25, 2017

Thank you JeanSmit and K2publisher.

We have created custom broker service to get document details from Google Docs and also we have created K2 Smart list view and we retrived the File details in the gridview.

Now we trying to populated document attachement link in the each row of the list view and while clicking the download link we are trying to download the corresponding Document. This is our use case. Please kindly share your ideas for the above implementation.