Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: need document #13079

Open
1 task done
fhefrefr opened this issue Apr 24, 2024 · 1 comment
Open
1 task done

[Question]: need document #13079

fhefrefr opened this issue Apr 24, 2024 · 1 comment
Labels
question Further information is requested

Comments

@fhefrefr
Copy link

Question Validation

  • I have searched both the documentation and discord for an answer.

Question

An error occurred while accessing SharePoint: The specified sharepoint site https://sss.sharepoint.com/ is not found.
so what should I do?

@fhefrefr fhefrefr added the question Further information is requested label Apr 24, 2024
Copy link

dosubot bot commented Apr 24, 2024

To resolve the "The specified SharePoint site https://sss.sharepoint.com/ is not found" error, ensure the SharePoint site name you're using is correct and matches an existing site. Verify there are no typos and that you have the required permissions to access it. The error typically occurs if the site name does not match any existing SharePoint sites or if there's an issue with the site ID retrieval process.

Make sure your application has the necessary Microsoft Graph permissions: "Files.ReadAll", "Sites.ReadAll", and "BrowserSiteLists.Read.All". These are essential for accessing SharePoint sites with the LlamaIndex framework.

If after checking these points the issue persists, consider potential problems with the access token, Microsoft Graph API endpoint, or network connectivity. The LlamaIndex framework's method _get_site_id_with_host_name is crucial in this process, as it retrieves the SharePoint site ID using the provided access_token and sharepoint_site_name.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant