I keep getting this statement: I wasn’t able to retrieve the full contents of the uploaded documents due to file access limits,

Daniel White 0 Reputation points
2026-06-11T04:50:59.23+00:00

This occurs even when a single document is being uploaded. However, when queried about it, the system just states that it cannot be corrected.

Microsoft Copilot | Microsoft 365 Copilot | Development
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-11T04:51:16.7966667+00:00

    The message indicates that the service cannot fully read the uploaded file content because of underlying storage or access restrictions, not because of the number of files being uploaded.

    From the available information, similar issues occur when:

    • File upload to SharePoint or OneDrive is blocked or restricted.
    • Permissions or sharing settings prevent the service from accessing the uploaded file’s storage location.
    • Security or access-control features (for example, limited-access lockdown, restricted sharing links, or unmanaged-device restrictions) block full file access.

    To address this, an administrator should verify the following in the tenant where the files are stored:

    1. Ensure file uploads to SharePoint/OneDrive are not blocked
      • Confirm that file uploads via Microsoft Forms or other M365 apps are allowed and that the target OneDrive or SharePoint library is accessible.
      • If the upload is tied to a form, verify that files uploaded through Microsoft Forms are successfully stored in the corresponding OneDrive or SharePoint location.
    2. Check device and access control policies
      • In the SharePoint admin center, under Policies → Access control → Unmanaged devices, confirm that the configured setting (for example, “Allow full access from desktop apps, mobile apps, and the web” or “Allow limited, web-only access”) still allows the service to read the file contents.
      • If access from unmanaged devices is blocked, use a managed/compliant device or adjust the policy as appropriate.
    3. Validate site and sharing configuration for the storage location
      • For OneDrive or SharePoint sites used as the backing store:
        • Ensure Limited-access user permission lockdown mode is disabled if it prevents the service from reading files.
        • Confirm that organization-wide sharing links (such as People in your organization links) are not disabled for the site.
        • Verify that site members (or the service account) have sufficient permissions to read files in the document library.

    If these controls restrict access, the service will upload or register the file but still report that it cannot retrieve the full contents due to file access limits. Adjusting the above settings so that the backing OneDrive/SharePoint location allows read access typically resolves this behavior.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.