Forum Discussion
Sharepoint Link api skipToken not working
- Anonymous3 years ago
Hi Jojo197 - Please use the Power Query SharePoint Online list connector - Power Query | Microsoft Learn connector instead. I also recomend using Implemention="2.0" for the best performance and features.
Web.Contents does not have easy mechanism to capture the User Credentials to generate a token. You would need to develop a custom connector or a function to call for the token.
Instead, you could have switched to using the OData.Feed function instead of web contents. This will prompt for user credentials.
But I would not recommend because the new SharePoint.Tables approach is optimised for better performance and would require less additional transformations (e.g. renaming and data type conversions).
Anonymous
I tried the Web.Contents approach because the 2.0 implementation of the SharePoint connector is giving me a 500 internal server error. I have a list where the 2.0 implementation broke when the list went over 5000 items. I have other SP lists over 20000 items, and the 2.0 implementation is working fine. Any ideas? Hair is falling out over here.