SharePoint files in Tulip widget

We would like to show files from SharePoint in Tulip applications. Our customers often manage their files in SharePoint, but we haven’t found a way to show them in a Tulip application.

If we try to open the file in a variable widget or webpage widget in an app, we get the error “login.microsoftonline.com refused to connect”

Anyone who has found a solution for this problem? Would be a very usefull integration to add to Tulip

Hi @jef.vanhoutven,

There’s a few ways that you could do this:

  1. A custom widget (we should be releasing an update to custom widgets in r327 that should allow but I’m happy to enable it earlier)
  2. You could need to run a connector function to GET a list of docs from a Sharpoint folder and take the output URL and load it to the iFrame as a variable.
  3. @jjj’s solution for sharepoint Filedrop/fileshare

Thanks,

Jake

#2 is feasible but a few more steps to execute. Typically you need to register the API access as an AD app, get a client id and secret and register the right permissions/scope. Then you can use the Tulip connector to set up a connection to either the sharepoint api or the Microsoft graph API.