MarketplaceStudioActivitySharePoint Custom Activities Package

Create your first automation in just a few minutes.Try Studio Web

SharePoint Custom Activities Package

SharePoint Custom Activities Package

by Internal Labs

StarStar

25

Activity

Downloads

128.6k

Keegan Kosasih
Posted 3 years ago

Anyone else getting this error?

Cannot load assembly: C:\Users\UserName\.nuget\packages\uipathteam.sharepoint.activities/1.7.0\lib/net452/UiPathTeam.SharePoint.Activities.dll : System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint.Client, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.

File name: 'Microsoft.SharePoint.Client, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'

at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)

at System.Reflection.RuntimeAssembly.GetExportedTypes()

at UiPath.Studio.Plugin.Workflow.Services.AssemblyContainer.AddAssemblyInternal(Assembly assembly, String path)

at UiPath.Studio.Plugin.Workflow.Services.AssemblyContainer.c__DisplayClass10_0.b__0(Tuple`2 range)

WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Wendy T
Posted 3 years ago

Hi, is this package compatible with the latest UiPath studio version 22.4? If not, what is the timeline for a compatible version being available?

Thank you

Jeet Doshi
Posted 3 years ago

 I am using Sharepoint App-Only for authentication. But I am getting error “Access Denied”. I have setup sharepoint as mentioned in Marketplace overview link. I am using Client ID and Client Secret to authenticate in Sharepoint scope activity.

RemoteException wrapping Microsoft.SharePoint.Client.ServerUnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) 

   at Microsoft.SharePoint.Client.ClientRequest.ProcessResponseStream(Stream responseStream)

   at Microsoft.SharePoint.Client.ClientRequest.ProcessResponse()

   at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)

   at Microsoft.SharePoint.Client.ClientRequest.ExecuteQuery()

   at Microsoft.SharePoint.Client.ClientRuntimeContext.ExecuteQuery()

   at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()

   at UiPathTeam.SharePoint.Utils.GetFileFromSharePoint(ClientContext clientContext,

String localPath,

String relativeUrl)

   at UiPathTeam.SharePoint.Activities.Libraries.GetFile.Execute(CodeActivityContext context)

   at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance,

ActivityExecutor executor,

BookmarkManager bookmarkManager)

   at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,

BookmarkManager bookmarkManager)

   at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,

BookmarkManager bookmarkManager,

Location resultLocation)

Please help in resolving this issue.

Radu Bucur
Posted 3 years ago ago

Responded on forum: https://forum.uipath.com/t/geting-error-access-is-denied-exception-from-hresult-0x80070005-e-accessdenied/426232/2

Irfan Shaik
Posted 3 years ago

Hello Team,

I have a folder in sharepoint and inside that folder I have 40-50 folders and I want to download all the folders from the sharepoint at a time. Can anyone help me on this?

Thanks in advance :)

Radu Bucur
Posted 3 years ago ago

Hi Irfan, right now, the only way you can do this is by using the GetChildrenNames activity to get the names of all the subfolder and files in your folder and download each file individually/go through each subfolder and download their contents too.

You could probably try to paralelize this if you'd like to do it faster

For the next release, I'll look into making this easier, hopefully a new activity can be added that can make this operation faster and straightforward.

Vicky D
Posted 3 years ago

Hello Radu,

I have been using this activity pack with version 1.3.0 for quite some time now and recently it threw an error on Get List Items activity => "The underlying connection was closed: An unexpected error occurred on a send". I initially thought it maybe a version compatibility issue hence I updated the package version and replaced the old Get List Item with the newer one, but still I am getting this error. Can you help me resolve this issue ? 

P.S: The bot is deployed on a server.

Radu Bucur
Posted 3 years ago ago

Hi Vicky, sorry for the delay. This seems like a configuration/admin issue, especially if it stopped working suddenly. First, I'd like to ask, is this something that happens all the time or only periodically?

I see a few other people struggling with this when using App Only login with SharePoint (without the activities) and for them it seems to be a cypher issue, this might help if you have an OnPrem SharePoint instance: SharePoint Add-In - Failure to acquire App-Only token - Microsoft Q&A

Maybe try this out and if the issue persists feel free to open a discussion on the forum and tag me

Pavan Gunda
Posted 4 years ago

I am unable to delete a folder in sharepoint. It says file not found. 

However, create folder is working fine without any issues

Radu Bucur
Posted 3 years ago ago

I think this can be either a permissions issue (the account used with the activities cannot see the folder) or the path was not correct. Sorry for not responding in time.

Mohamed Niyaz
Posted 4 years ago

Hi Team,

When I try to Get File or Upload File it is giving the below error.

Get file: The remote server returned an error: (403) Forbidden.

Kindly help me at the earliest.

Kristine Kazaka
Posted 4 years ago

Hi Radu,

I wasn't able to find the solution in the already posted questions (very possible I skimmed over it), so I hope you'll help me out with this one.

I need to filter out an item in the Sharepoint List. I'm using the "Get List Items" activity, but I get the error "Get list items: The attempted operation is prohibited because it exceeds the list view threshold.", which is understandable, because there are more than +20k items, but the threshold is 5k. Unfortunatelly I can't change it. 

I understood from one other answer that I should use indexing or something, but am not sure how that works - can you give a step by step explanation on it? 

I did try to write up caml queries tweaking some examples, but I get the same error, even though there is only one entry with that field value in the list. Tried to use both the display name and the initial "Title" name for the item search.

Shalu Mittal
Posted 4 years ago

I have installed “UipathTeam.Sharepoint.Activities” package V-1.7.0 and using “Sharepoint Application scope” and inside that using “Add list item” in my process and the “Sharepoint Application scope” activity is getting timed out after adding 20-30 values in Sharepoint. So this issue is
intermittent sometimes it occurs and sometimes it dont. Not sure if this is because of large data/List items present already in Sharepoint . Can someone please help .

Shalu Mittal
Posted 4 years ago

I have used Sharepoint Application scope in my process and the activity gets timed after sometime.  So this issue is 

intermittent sometimes it occurs and sometimes it dont. Not sure if this is because of large data/List items present in Sharepoint . Can someone please help .

Yozo Maeda
Posted 4 years ago

On linked document (PDF file) has no sample to creat Folder. So, I want sample picture becase I cannot creat folder.

Neha Sharma
Posted 4 years ago

how to upload excel sheet into sharepoint.

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

2.0.1

Updated

May 1, 2025

Works with

Studio: 22.10+

Certification

Silver Certified

Application

Microsoft SharePoint

Support

UiPath Community Support

Resources