OfficeDev / microsoft-teams-apps-list-search

The List Search app lets users search for and share items in a SharePoint list, all from Microsoft Teams.
MIT License
30 stars 20 forks source link

Unable to get nformation about the given Sharepoint List #11

Closed MikedeVV closed 4 years ago

MikedeVV commented 4 years ago

Hi Team,

I keep given this error "Unable to get nformation about the given Sharepoint List" once I tried to connect the sharepoint list. Any idea how to solve it? SharedScreenshot

Srivatsan0102 commented 4 years ago

Hello,

Please double check first if the URL you've given for the SharePoint list is correct. It should be of the format:

https://XXXXXXXX.sharepoint.com/sites/"SharePointSiteName"/Lists/"ListName"/AllItems.aspx,

where SharePointSiteName is the site name, and ListName is the list name of the sharepoint site created.

If this does not work, double check if the Sharepoint site you are using is in the same tenant as the one where you had deployed your resources. You will not be able to get the sharepoint list information if they are in separate tenants.

dborchers-gc commented 2 years ago

I also got those error but my URL is correct

https://*****.sharepoint.com/sites/0900_IT/Lists/ApplikationsStamm/AllItems.aspx

Are there any kind of logs where i can search for the reason? My users are Site Collection Admins, so everything should work