Forum Discussion
Cannot access SharePoint data source
You can not use the same URL with Odata. If you want to connect to a specific online list, you can use the OData URL like following format: https://yoursharepointsite/_vti_bin/listdata.svc/ListName.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Hi Anonymous this has not worked, but it has provided some clues. I'm hoping these clues will be useful for you to help me find the issue.
My list is called "Reimbursements". If I use the same URL format:
I get the following error:
However, this list definitely exists:
But If I use the list name "SharePointHomeOrgLinks", which appears to be a system list (and which also appears when I use the SharePoint connector), then I can see the list with no issues:
So its like I'm being denied permission to see my custom lists - even though I can clearly see them through the web interface?
Thanks and I look forward to your comments.