<?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: UPDATED! Microsoft Graph API for SharePoint in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60368#M2009</link>
    <description>You'll grant Site.ReadWrite in AD, but the actual user permission is controlled in the SharePoint site administration I believe.&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 Oct 2021 18:09:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-10-22T18:09:00Z</dc:date>
    <item>
      <title>UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60362#M2003</link>
      <description>The Microsoft Graph API connector for SharePoint was recently updated to include actions for uploading/downloading files. You can find the latest .bprelease file &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Some things to be aware of:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;The &lt;EM&gt;&lt;STRONG&gt;Upload File&lt;/STRONG&gt;&lt;/EM&gt; action of this connector is limited to files less than 4MB in size. There is an additional connector, making its way through the tech/marketing review process, that implements support for the &lt;EM&gt;&lt;STRONG&gt;Upload Session&lt;/STRONG&gt;&lt;/EM&gt; feature of Graph. That connector will support uploading files greater than 4MB through chunking. We expect that connector to be published on the DX later this week, possibly early next week.&lt;/LI&gt;
&lt;LI&gt;While the main connector includes support for downloading files, there is a limitation within the Web API feature of Blue Prism that impacts downloading binary files. As a result, only text files will be successfully downloaded. To address this, you can use the connector to collect the metadata of a file on SharePoint. That metadata will include a direct download URL for the specific file. You can then use the HTTP VBO to download the file using that URL.&lt;/LI&gt;
&lt;/UL&gt;
Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2021 17:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60362#M2003</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-07-12T17:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60363#M2004</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I have question on MS Graph SharePoint API. We need to grant admin consent for ReadWrite to API permission in the app we registered in Azure AD to use the Download FIle action. But, this ReadWrite permission is too powerful because it will have the ReadWrite access to entire SharePoint sites based on my understanding.&lt;BR /&gt;&lt;BR /&gt;Is there a way to limit ReadWrite access to only certain SharePoint sites we wish?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SeeAnn Loh&lt;BR /&gt;Senior Programmer&lt;BR /&gt;Jabil&lt;BR /&gt;Asia/Kuala_Lumpur&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2021 04:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60363#M2004</guid>
      <dc:creator>seeannloh</dc:creator>
      <dc:date>2021-10-22T04:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60364#M2005</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24476"&gt;@seeannloh&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;There are two permission types within MS Graph: &lt;STRONG&gt;Delegated Permissions&lt;/STRONG&gt; and &lt;STRONG&gt;Application Permissions&lt;/STRONG&gt;. Delegated permissions are where you're granted access to work on behalf of a specified user. Application permissions are when you operates essentially as a service account. If you want to limit what the digital worker can do I'd say you want to try using Delegated Permissions and grant the user account of the Digital Worker ReadWrite on just the necessary sites.&lt;BR /&gt;&lt;BR /&gt;There's more information available &lt;A href="https://docs.microsoft.com/en-us/graph/permissions-reference" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&amp;nbsp; ​&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 Oct 2021 14:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60364#M2005</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-22T14:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60365#M2006</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Thanks. If I use Delegated Permission to Files.ReadWrite and Sites.ReadWrite, will it still have full access to all SharePoint sites or I can limit with only certain sites?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SeeAnn Loh&lt;BR /&gt;Senior Programmer&lt;BR /&gt;Jabil&lt;BR /&gt;Asia/Kuala_Lumpur&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2021 17:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60365#M2006</guid>
      <dc:creator>seeannloh</dc:creator>
      <dc:date>2021-10-22T17:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60366#M2007</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24476"&gt;@seeannloh&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;​As I mentioned, the delegated permissions option only provides the digital worker with whatever permissions are available to the supplied user credentials. So if you have a user account called "John Doe" and that account can only perform read/write on site A then the digital worker will only be able to perform read/write actions on site A.&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 Oct 2021 17:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60366#M2007</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-22T17:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60367#M2008</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;So I assume there is a configuration when register an app in Azure AD for site A to have ReadWrite access only for user John Doe? Something like base URL?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SeeAnn Loh&lt;BR /&gt;Senior Programmer&lt;BR /&gt;Jabil&lt;BR /&gt;Asia/Kuala_Lumpur&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Oct 2021 17:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60367#M2008</guid>
      <dc:creator>seeannloh</dc:creator>
      <dc:date>2021-10-22T17:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60368#M2009</link>
      <description>You'll grant Site.ReadWrite in AD, but the actual user permission is controlled in the SharePoint site administration I believe.&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 Oct 2021 18:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60368#M2009</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-22T18:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60369#M2010</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Thanks. I'm able to execute the Download File action from MS Graph SharePoint API. However, how do I download the file?&lt;BR /&gt;I tried to find the Location header from Response based on microsoft doc but it is not there. Please advice.&lt;BR /&gt;&lt;BR /&gt;I attached the screenshot of the Response Headers for Content-Type and Content-Disposition for your reference.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7947.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8120iBE9CA433A1A8350E/image-size/large?v=v2&amp;amp;px=999" role="button" title="7947.png" alt="7947.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="7948.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8123iC58A367E78560B11/image-size/large?v=v2&amp;amp;px=999" role="button" title="7948.png" alt="7948.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SeeAnn Loh&lt;BR /&gt;Senior Programmer&lt;BR /&gt;Jabil&lt;BR /&gt;Asia/Kuala_Lumpur&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Oct 2021 09:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60369#M2010</guid>
      <dc:creator>seeannloh</dc:creator>
      <dc:date>2021-10-30T09:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60370#M2011</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/24476"&gt;@seeannloh&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;What's the value of the HTTP Status Code? Is it 302 or 200? I'm wondering if the underlying BP logic is automatically following the 302 redirect to try and download the file. If so, that could explain why you're not seeing the Location header. The problem with that is the Web API service feature of BP doesn't support properly handling binary downloads.&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>Sat, 30 Oct 2021 18:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60370#M2011</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-30T18:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60371#M2012</link>
      <description>Hi Eric&lt;BR /&gt;&lt;BR /&gt;I am using &lt;STRONG&gt;Delegated Permissions &lt;/STRONG&gt;in application registration&lt;BR /&gt;I am using &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/microsoft-graph-api---authentication" target="_blank" rel="noopener"&gt;Connector for Microsoft Graph API - Authentication&lt;/A&gt;&lt;BR /&gt;for generating token specifically action &amp;gt; &amp;nbsp;Get Delegated Access Token&amp;nbsp;&lt;BR /&gt;I am getting below error&lt;BR /&gt;"AADSTS50126: Error validating credentials due to invalid username or password"&lt;BR /&gt;Though the credentials are fine&lt;BR /&gt;&lt;BR /&gt;I have gone through some links and it appears the issue is with federation being present and no redirection in HTTP call makes the call throw a generic error of invalid creds as it is unable to validate the creds&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/answers/questions/385629/aadsts50126-error-validating-credentials-due-to-in-1.html" target="_blank" rel="noopener"&gt;AADSTS50126: Error validating credentials due to invalid username or password - Microsoft Q&amp;amp;A&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/answers/questions/38035/aadsts50126-invalid-grant-error-validating-credent.html" target="_blank" rel="noopener"&gt;'AADSTS50126' "invalid_grant" Error validating credentials due to invalid username or password - Microsoft Q&amp;amp;A&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However&amp;nbsp; using python as in below link with the same application registration ( delegated permission ..same user), the token can be perfectly generated and used .&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/jsnm-repo/Python-OneDriveAPI-FileUpload" target="_blank" rel="noopener"&gt;GitHub - jsnm-repo/Python-OneDriveAPI-FileUpload: Automating reports upload to OneDrive&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have a similar MSAL version for generating token that can work in Blueprism&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;sachin taneja&lt;BR /&gt;Senior&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2021 10:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60371#M2012</guid>
      <dc:creator>sachintaneja</dc:creator>
      <dc:date>2021-11-09T10:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60372#M2013</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/719"&gt;@sachintaneja&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;So your environment is using federated auth services? Unfortunately, we do not have an asset at the moment that wraps MSAL, but we can look into creating one. In the meantime we'll need to investigate this redirect issue a bit more. The authentication VBO uses the &lt;STRONG&gt;Utility - HTTP&lt;/STRONG&gt; VBO to perform all of the network requests, and that VBO supports redirects by default as it's using the .NET HttpWebRequest client under the wraps.&lt;BR /&gt;&lt;BR /&gt;Do you have Fiddler installed by chance? Just wondering if you could perform a capture of the request and see what the redirect actually looks like? I assume it's just a HTTP response in the 300 range (ex. 301 or 302).&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, 09 Nov 2021 12:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60372#M2013</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-11-09T12:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60373#M2014</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;We currently are also experiencing the same error and have logged a ticket for this with Microsoft.&lt;BR /&gt;&lt;BR /&gt;In our situation the majority of our accounts are unable to obtain a token (same &lt;A href="https://docs.microsoft.com/en-us/answers/questions/385629/aadsts50126-error-validating-credentials-due-to-in-1.html" target="_blank" rel="noopener"&gt;AADSTS50126 &lt;/A&gt;error), however we also do have some AD accounts that are able to obtain a token (for all: username &amp;amp; password are correct + same Azure tenant).&lt;BR /&gt;&lt;BR /&gt;Do you have any ideas on why we may see differences per AD accounts?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Arthur Philippa&lt;BR /&gt;RPA Developer&lt;BR /&gt;Port of Rotterdam&lt;BR /&gt;Europe/Amsterdam&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2021 14:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60373#M2014</guid>
      <dc:creator>AP.Philippa</dc:creator>
      <dc:date>2021-11-09T14:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60374#M2015</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/937"&gt;@AP.Philippa&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;If you take a look at the link below you'll see an answer to the question that might help you. From what I understand the accounts, in your environment, that work may have been synchronized through Selective Password Hash Sync.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/answers/questions/385629/aadsts50126-error-validating-credentials-due-to-in-1.html" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/answers/questions/385629/aadsts50126-error-validating-credentials-due-to-in-1.html&lt;/A&gt;&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, 09 Nov 2021 15:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60374#M2015</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-11-09T15:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60375#M2016</link>
      <description>Hello Eric,&lt;BR /&gt;&lt;BR /&gt;Do we have a new MS Graph API Connector that supports file upload larger than 4 MB? I still the one on DX with 4 MB limit.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kapil Gupta&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60375#M2016</guid>
      <dc:creator>kgupta</dc:creator>
      <dc:date>2022-04-28T14:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60376#M2017</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/20385"&gt;@kgupta&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;The 4MB limit is imposed by the Graph API on the File Upload endpoint. If you have a file larger than 4 MB that you need to upload, you need to use the &lt;STRONG&gt;Microsoft Graph API - SharePoint Upload Sessions&lt;/STRONG&gt; object.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint-upload-sessions" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-graph-api---sharepoint-upload-sessions&lt;/A&gt;&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, 28 Apr 2022 14:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60376#M2017</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-04-28T14:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60377#M2018</link>
      <description>&lt;P&gt;Hi Eric ,&lt;BR /&gt;I am planning to use Microsoft Graph API Sharepoint object. To start with, for all the actions within the object to work is there a list of Azure app permissions that blueprism can share ? Since the tool capability is defined, it would be good to have the capability to permission mapping, it will help for faster set up.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sandeep Satish&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60377#M2018</guid>
      <dc:creator>SandeepSatish</dc:creator>
      <dc:date>2023-04-25T16:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: UPDATED! Microsoft Graph API for SharePoint</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60378#M2019</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1687"&gt;@SandeepSatish&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is really an organizational specific sort of thing. Different people need different permissions based on their specific use cases. The best approach is to review the available Graph permissions documented by Microsoft at the following link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/permissions-reference" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/graph/permissions-reference&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For SharePoint, you'll be primarily interested in &lt;STRONG&gt;Sites&lt;/STRONG&gt; permissions, but you should also pay attention to &lt;STRONG&gt;Files&lt;/STRONG&gt; permissions especially if you're looking at working with files on SharePoint.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;/P&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, 25 Apr 2023 16:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/UPDATED-Microsoft-Graph-API-for-SharePoint/m-p/60378#M2019</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-04-25T16:29:00Z</dc:date>
    </item>
  </channel>
</rss>

