Error Example:
Verification failed: The view 'x.aspx' could not be found for list 'xx' on the SharePoint web 'xxx'. Please specify a valid view identifier. This can be the display name of the view, the URL of the view's web-page or the ID of the view.
Cause:
There are a couple of known reasons for this error.
- The first possible reason is that there is a typo in the list or view name.
- The second possible reason is that the view is not public but personal and therefore not visible to the current user.
- Finally this error also can happen if you have a list and a library with the same name. In this case the Cloud Connector always tries to access the library, even if you specified the list URL.
This is a bug that is expected to be fixed early 2022 - please subscribe to the release notes (at the bottom of the page) in order to receive the information when a fix has been published.
Resolution/Workaround:
- Double-check that view and list names are correct.
- Ensure that you refer to a public view.
- Rename either the list or the library so that they have different names.