Forum Discussion
Credentials for web conection are invalid (custom conector for sharepoint)
- Anonymous2 years ago
I managed to make it work!
I changed the parameterfrom https://client.sharepoint.com/sites/SiteName
to https://client.sharepoint.com/sites/SiteName/_api.
I deleted the published semantic model, configured on the desktop the credential and privacy as organizational on all connections (web and sharepoint), then republished it, put the web and sharepoint credentials as OAuth2 and privacy as oragnizational and skipped the test connection on web connector, and it worked!!
In other words, all because of a "/_api".
Looks like we don't have the same sharepoint structure. in mine , Versioning of the Item is represented in Item.ID with its date modified
Anyway, you are welcome
I think we have the same structure. In this case you have a list with 3 items (Item.ID) and each of them has one version (Items.Version).
Anyway, thanks for trying.