Skip to main content
January 24, 2024
Question

Failure to upload file ] 100MB using Microsoft Graph SharePoint Connected System

  • January 24, 2024
  • 5 replies
  • 0 views

Hi, we have a functionality to upload a file and save it in a folder in SharePoint. The connected system we are using is through the HTTP integrated Microsoft Graph Connected System. It works fine for a file size up to 100MB but post that we are facing Integration Error as [title=There was a problem with the request, message=Failed to connect to https://graph.microsoft.com/v1.0/drives/b!m6Ln0pXy60eQAb14pUvBiE4NVb13D6JDnJVPxlNZJEQw55MIsIdnQa8ktIM9MLWk/items/01HO3UJFSOHDXPAJQEDRA2S5JCHFKWTKGT:/MS_dummy_file_250MB20242245_024518.bin:/content, detail=HTTP/1.1 499 ]. Please can one suggest how to resolve this issue so that files with larger size can be uploaded using same connected system.

    5 replies

    konduruc733182
    January 24, 2024

    What is the file size that you are trying to upload?I guess more than 150MB needs some different logic  And in the error it says that 499 so mostly your connection is not being stable to complete the action. More information is needed.

    HTTP/1.1 499
    January 24, 2024

    Hi Chaithanya, I am trying to upload a file of size 250MB. okay if the connection is not stable, I wonder why the issue is happening only for file size > 100MB. 

    konduruc733182
    January 24, 2024

    Yeah [mention:1d54f3a351ee45c2a6db5f8d6a1a3f3c:e9ed411860ed4f2ba0265705b8793d05] 
    I understand, it was just my assumption. May be the following community blog post will show some insights.

    Uploading Large Files using Microsoft Graph API