dataiku / dss-plugin-sharepoint-online

Dataiku DSS plugin to interact with your lists and documents stored on Microsoft SharePoint Online
https://www.dataiku.com/product/plugins/sharepoint-online/
Apache License 2.0
3 stars 4 forks source link

granting permission at SiteCollection not Tenant #29

Closed John-Francisco closed 3 years ago

John-Francisco commented 3 years ago

I am trying to enable this plug-in using a client id established at the SiteCollection level instead of Tenant level; I established this permission using: "http://sharepoint/content/sitecollection" Right="FullControl" instead of what your documentation specified which was http://sharepoint/content/tenant Right="FullControl"

can you please let me know if there is a way to using a site collection client id security instead of the tenant-level security?

John-Francisco commented 3 years ago

I am now having an issue where the plug-in works well enough to read a sharepoint list using a preset 'gsdscplm_bufferlists'; although, I am now getting this error when trying to use Sync or Prepare recipe: [ERROR] [dku.input.push] - Push failed, cleanup resources java.lang.IllegalArgumentException: Preset gsdscplm_bufferlists does not exist any ideas how to resolve this?