<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Uploading file to Sharepoint Folder in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/123710#M54126</link>
    <description>&lt;P&gt;you can easily upload file using Graph API, here is the details, you have to get the access token&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Endpoint URL:&lt;/STRONG&gt;&amp;nbsp;&lt;A href="https://{{graphAPIDomain}}/sites/{{SharePointSiteID}}/drive/root:/{{RelativeFilePath}}:/content" target="_blank"&gt;https://{{graphAPIDomain}}/sites/{{SharePointSiteID}}/drive/root:/{{RelativeFilePath}}:/content&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;relativeFilePath:&lt;/STRONG&gt;&amp;nbsp;Graph API Test/Test/ShareList read Data vba.xlsb&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sourceFilePath:&lt;/STRONG&gt; your saved full file path&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="naveed_raza_0-1764594883604.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/41743i4C944E2E4C68990C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="naveed_raza_0-1764594883604.png" alt="naveed_raza_0-1764594883604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Dec 2025 13:15:07 GMT</pubDate>
    <dc:creator>naveed_raza</dc:creator>
    <dc:date>2025-12-01T13:15:07Z</dc:date>
    <item>
      <title>Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53862#M8474</link>
      <description>Good Morning all,&lt;BR /&gt;&lt;BR /&gt;I'm looking to upload/copy/save an Excel file to a specific Sharepoint Folder. Firstly, my apologies in advance - I am by no means an expert in working with SharePoint. I'm aware that there is the Graph API for interacting with SharePoint, but I have absolutely no idea how that works in practice (is there an idiots guide somewhere as to how this integrates with Blue Prism?). I'd like to think that there was a simpler solution to this particular issue anyway - denoting a save path on SharePoint for the document from with the 'Save Workbook As' object within the Excel VBO - but I cannot seem to get this to work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So actually, I guess there are two questions that I currently have:&lt;BR /&gt;* Is there a simple way to save an Excel file to a specific folder on SharePoint? If so, how?&lt;BR /&gt;* How does Graph API work for someone who's not overtly familiar with SharePoint and indeed API's in general? The documentation is fine but could benefit from some example structures within Blue Prism.&lt;BR /&gt;&lt;BR /&gt;Not sure if it over-complicates things, but the file(s) I'll be looking to upload will just under 6mb - from what I understand, there may be a 4mb limit on the Graph API Upload File action?&lt;BR /&gt;&lt;BR /&gt;I should add: one thing I've seen mentioned is about uploading to OneDrive and then syncing to SharePoint, however unfortunately, my organisation has blocked this.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Hammond&lt;BR /&gt;------------------------------</description>
      <pubDate>Thu, 14 Jul 2022 09:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53862#M8474</guid>
      <dc:creator>john.hammond</dc:creator>
      <dc:date>2022-07-14T09:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53863#M8475</link>
      <description>Hello John - What we are doing as of now in my org is using the sync button for SharePoint file. but i see that is blocked for you.&amp;nbsp; this step is making our life much easy as every automation we have this requirement to work on SharePoint.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neeraj Kumar&lt;BR /&gt;Technical Architect&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2022 11:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53863#M8475</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2022-07-14T11:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53864#M8476</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1981"&gt;@john.hammond&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Most of the straight upload functions in Microsoft Graph have relatively small file size limitations. 4MB seems to be the default. To address this, Microsoft supports a feature known as &lt;STRONG&gt;resumable uploads&lt;/STRONG&gt; or &lt;STRONG&gt;upload sessions&lt;/STRONG&gt;. An upload session is basically a dedicated temporary URI endpoint for you to upload any size file to. To use an upload session there are a series of requests that you make to Graph:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Request creation of the upload session. Assuming this is successful, the new URI is returned to you.
&lt;UL&gt;
&lt;LI&gt;You'll provide the following details:
&lt;UL&gt;
&lt;LI&gt;Site ID - The unique ID of the specific SharePoint site.&lt;/LI&gt;
&lt;LI&gt;Drive ID - The unique ID of the SharePoint drive that will hold the file.&lt;/LI&gt;
&lt;LI&gt;Folder Path - The path within the SharePoint drive where the file will reside.&lt;/LI&gt;
&lt;LI&gt;File Name - The name of the file as it will exist on SharePoint&lt;/LI&gt;
&lt;LI&gt;Auth Token&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Upload the actual file using the new URI as the destination.&lt;/LI&gt;
&lt;/OL&gt;
There's also an action available for canceling an upload session in case something has gone wrong.&lt;BR /&gt;&lt;BR /&gt;There's an asset on the DX called &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint-upload-sessions" target="_blank" rel="noopener"&gt;Microsoft Graph API - SharePoint Upload Sessions&lt;/A&gt; that can be used for this actions. To use this connector you will need to have application registration within your Azure AD as well as a Client ID and Client Secret for the OAuth authentication and authorization. That app registration will also need the appropriate Microsoft Graph permissions applied to it. Generally this means &lt;EM&gt;&lt;STRONG&gt;Sites.ReadWrite.All&lt;/STRONG&gt;&lt;/EM&gt;​ when using Application Access credentials.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jul 2022 15:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53864#M8476</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-14T15:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53865#M8477</link>
      <description>I have been dealing with a similar situation of trying to upload larger files to SharePoint. In working with the Graph API asset I'm having difficultly getting the Drive ID. I am not a SharePoint expert and I'm not sure how to go about getting that identifier, any directions on how to get the Drive ID would be appreciated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;______________&lt;BR /&gt;&amp;nbsp;DJ Lombardo&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daniel Lombardo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 12:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53865#M8477</guid>
      <dc:creator>DanielLombardo</dc:creator>
      <dc:date>2022-07-19T12:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53866#M8478</link>
      <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="ff5c8fdd-1a93-4796-9e35-e590f602c40e" data-tag-text="@Daniel Lombardo" href="https://community.blueprism.com/network/profile?UserKey=ff5c8fdd-1a93-4796-9e35-e590f602c40e" data-itemmentionkey="e7025838-c66f-4786-a33b-c8a3fffe429e"&gt;@Daniel Lombardo&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;There are a few ways to get the Drive ID. The easiest is to use the &lt;EM&gt;&lt;STRONG&gt;Get Default Drive Details&lt;/STRONG&gt;&lt;/EM&gt; or &lt;EM&gt;&lt;STRONG&gt;Get All Drives&lt;/STRONG&gt;&lt;/EM&gt; actions on the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint" target="_blank" rel="noopener"&gt;Microsoft Graph - SharePoint&lt;/A&gt; connector. All you have to do is pass in the Site ID of the specific SharePoint site and it will return details of the drives associated with that site.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jul 2022 14:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53866#M8478</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-19T14:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53867#M8479</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;What about scenarios where the uploaded file are really big (for ex. 1 GB) and BluePrism returns a System.OutOfMemoryException?&lt;BR /&gt;I know this is more related to machine memory than to the objects themselves, but maybe someone has already solve this type of case?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kacper Sochar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2022 10:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53867#M8479</guid>
      <dc:creator>sochar.k</dc:creator>
      <dc:date>2022-07-21T10:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53868#M8480</link>
      <description>Hi ,&lt;BR /&gt;I too have same kind of scenario which&amp;nbsp; runs in to several complications.&lt;BR /&gt;the best solution i believe is sync the Share point folder to machine where your robot runs , so you can just copy the files&amp;nbsp; and can avoid all steps to&amp;nbsp; access/upload to SP.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Krishna Elapavuluri RPA Solution Lead&lt;BR /&gt;TEchnology Consultant&lt;BR /&gt;DXC.technology&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2022 12:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53868#M8480</guid>
      <dc:creator>KrishnaElapavul</dc:creator>
      <dc:date>2022-07-21T12:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53869#M8481</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/30702"&gt;@KacperSochar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, this is a limitation in the current implementation of the SharePoint Upload Sessions connector. Presently, it attempts to read the entire contents of the file into memory before chopping the binary array up into chunks for sending to SharePoint. We have an item in our backlog to change this behavior, and I hope to see that update pushed to DX in the next week or so.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2022 12:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53869#M8481</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-21T12:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53870#M8482</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Alternative approach:&lt;/STRONG&gt;&lt;BR /&gt;We use SharePointOnline (SPO) as well as OneDrive. If you have the same setup, then you could try this:&lt;BR /&gt;Once you have used a SPO link on your computer, it will probably have been mapped up within your OneDrive as well. As such, the OneDrive SPO link has a shortcut in style with:&lt;BR /&gt;C:\Users\Paul\OneDrive - Paul\SPO Folder\SPO Subfolder\...&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Instead of having the process use SPO via a browser, it can use SPO via its shortcut. That way, you avoid interacting with an ever changing SPO interface that shows new popups every second week and requires you to login again and again without end, not to mention the infamous Sync button messing up your folders and files.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jul 2022 08:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53870#M8482</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-07-22T08:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53871#M8483</link>
      <description>Hah, cheers for this Paul - I literally tried this approach yesterday and had it work for the first time overnight! Thanks!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Hammond&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jul 2022 09:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53871#M8483</guid>
      <dc:creator>john.hammond</dc:creator>
      <dc:date>2022-07-22T09:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53872#M8484</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/30702"&gt;@KacperSochar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;We've pushed an update to the SharePoint Upload Session connector on the DX that addresses the Out-of-Memory issue with large files. You can find it ​&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint-upload-sessions" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. We've tested it with files up to 1.2GB without issue.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Jul 2022 21:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53872#M8484</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-22T21:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53873#M8485</link>
      <description>&lt;SPAN&gt;"I should add: one thing I've seen mentioned is about uploading to OneDrive and then syncing to SharePoint, however unfortunately, my organisation has blocked this."&lt;/SPAN&gt;&lt;BR /&gt;Can you perhaps specify this part?&lt;BR /&gt;You are unable to open the folder in sharepoint and click the sync button, so that a local folder path is created using onedrive?&lt;BR /&gt;I ask since your prasing seems to suggest uploading to a onedrive folder first, then sync to the sharepoint folder.&lt;BR /&gt;While our method is to sync the sharepoint folder to the machine directly, using onedrive of course, but it's a one step process.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leon André Bergman&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2022 09:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53873#M8485</guid>
      <dc:creator>andber</dc:creator>
      <dc:date>2022-08-05T09:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53874#M8486</link>
      <description>Hey &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; ​&lt;BR /&gt;&lt;BR /&gt;Thanks for the update. I have already tested the solution, it works quite well for a 1.6 GB file.&lt;BR /&gt;I tried for a larger one (2.5 GB) but got this error below:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Internal : Could not execute code stage because exception thrown by code stage: The format of value ' bytes 2146959360--2147352577/2504961164' is invalid.&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;Do you know what is the file size limitation for upload session?&lt;BR /&gt;Is there any recommendation for chunks size in terms of upload session performance?&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kacper Sochar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2022 08:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53874#M8486</guid>
      <dc:creator>sochar.k</dc:creator>
      <dc:date>2022-08-11T08:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53875#M8487</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/30702"&gt;@KacperSochar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;This is the only guidance Microsoft provides with regards to chunk size: &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16794.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16951iA8D5DADF6B32B491/image-size/large?v=v2&amp;amp;px=999" role="button" title="16794.png" alt="16794.png" /&gt;&lt;/span&gt;&lt;BR /&gt;In our testing, we left the default chunk size of 327,680 bytes. For large files that creates a very chatty upload (meaning lots of small part which isn't ideal. For a larger file you can increase the chunk size, but you need to make sure it's a multiple of that 320KB size. You might try ​a multiplier of 5 or 10 and see how that works.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2022 11:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53875#M8487</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-11T11:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53876#M8488</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/30702"&gt;@KacperSochar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you had a chance to tinker with your chunk sizing?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Aug 2022 15:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53876#M8488</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-17T15:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53877#M8489</link>
      <description>Hey &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. &lt;BR /&gt;Yes, I played s bit with the chunks size. This improved the upload performance a bit, but the file size limit is still there - the largest file we were able to upload was 1.6GB...&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kacper Sochar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Aug 2022 09:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53877#M8489</guid>
      <dc:creator>sochar.k</dc:creator>
      <dc:date>2022-08-18T09:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53878#M8490</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/30702"&gt;@KacperSochar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I've run some additional tests using a 10GB file and I'm seeing the same failure you are. Funny thing is the failure occurs at a remarkably similar point in the upload to what you're seeing. My tests are failing right around ​the 2146304000-2145386497/10737418240 chunk.&lt;BR /&gt;&lt;BR /&gt;We'll research this some more to see if we can pinpoint what's triggering the failure.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Aug 2022 18:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53878#M8490</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-18T18:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53879#M8491</link>
      <description>Hey &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Do you have any updates related to this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kacper Sochar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Aug 2022 13:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53879#M8491</guid>
      <dc:creator>sochar.k</dc:creator>
      <dc:date>2022-08-29T13:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53880#M8492</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/30702"&gt;@KacperSochar&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Nothing to report at the moment. We're still investigating.&lt;/SPAN&gt; &lt;BR /&gt;&lt;BR /&gt;We have identified the issue, and a new release (v2.1.1) has been pushed to the Digital Exchange. We have successfully tested the upload with a file in excess of 3GB w/o issue.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2022 20:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53880#M8492</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-30T20:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Uploading file to Sharepoint Folder</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53881#M8493</link>
      <description>Hi All,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If I may add - I had similar scenario - where I had to upload the file to SharePoint.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Solution :&amp;nbsp; Assuming your robot works on file and saves it locally - Make your Process send this as attachment to your mail.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Set up a Power Automate flow (free and simple) - to place this file in SharePoint whenever you receive&amp;nbsp; a Mail with specified trigger and attachment.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I think this only works if file is of not very large size - But that is the case with most of the scenarios?&amp;nbsp; files will not be huge all the time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kolli Sai Vikas&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Sep 2022 14:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Uploading-file-to-Sharepoint-Folder/m-p/53881#M8493</guid>
      <dc:creator>saivikas729</dc:creator>
      <dc:date>2022-09-01T14:46:00Z</dc:date>
    </item>
  </channel>
</rss>

