Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
116 views

Hello everyone I have tried copy documents in document library, but have mistake: "Access denied". In code bellow I tried copy one element by id: $clientId = "**************************&...
Denys Kravchenko's user avatar
0 votes
1 answer
467 views

I have a Document library webpart in Sharepoint online, modern Sharepoint site. This library shows a view and is set to autosize. There are 76 items (all pages) that are retrieved with this view. ...
Matt8's user avatar
  • 3
0 votes
1 answer
375 views

I'm trying to create a list in Sharepoint that contains links to documents in a document library on the same Sharepoint site. What I've tried to do is to export the document library to an Excel file. ...
ckx's user avatar
  • 130
0 votes
0 answers
122 views

enter image description hereI'm solving a problem. I have a library of documents: I need to send an email once a year to the person specified in the row, at the same time I need to send a file that is ...
Lukáš Toman's user avatar
0 votes
0 answers
109 views

Is there a way to save a log when a user views any document in SharePoint? Alternatively, can we create a custom trigger to log it in a list? I have used Power Automate, but it does not provide an ...
Hamza's user avatar
  • 1
0 votes
1 answer
96 views

I have a user manual within a section of a one note notebook associated with my organization account and I need to share it with the rest of the organization. I see that from one note I can only share ...
kintela's user avatar
  • 1,343
0 votes
1 answer
575 views

I need to create folder under Site Pages library under SharePoint Online site. I have tried to create the folder programmatically using @pnp/sp library. But it thrown me Access Denied error. New ...
user avatar
0 votes
1 answer
257 views

I am trying to upload a temp XML file that I created into Sharepoint using Python Script. Though I don't see any error when I run the code however the file was not uploaded into Sharepoint folder. Can ...
Rupesh's user avatar
  • 5
0 votes
1 answer
359 views

is it possible to change view from list to thumbnail on document library sharepoint 2016? I've searched for documentation on google, youtube, microsoft still can't find the answer, please help. ...
Fadhil Dzulfiqar's user avatar
1 vote
1 answer
958 views

I need to copy a file from one SharePoint online site document library to another SharePoint online document library under the same tenant. I have used "sp-pnp-js": "^3.0.10" in my ...
thedeepponkiya's user avatar
0 votes
2 answers
3k views

We are getting the locked for shared use message when trying to upload/checkout a file in a SharePoint library. The user that is not online at the moment. I tried removed her sharing permissions on ...
Eric's user avatar
  • 1,108
1 vote
1 answer
1k views

So I am trying to create a new folder in a SharePoint library using Graph API. I can get the access token just fine, but whenever I send a request to create a new folder, I get (400) bad request. Here ...
mporks's user avatar
  • 47
0 votes
1 answer
535 views

I am using the below code to copy the documents from one library to another but running into a remote server 403 Forbidden error on Line 'destContext.ExecuteQuery();' even though the service account ...
shravs's user avatar
  • 41
0 votes
2 answers
2k views

I am trying to delete a file in SharePoint 2013 Library. The file is not checked out to anyone and I am the site collection administrator of the site. when I open the folder using explorer view, it is ...
user388969's user avatar
1 vote
0 answers
151 views

While trying to create a DocumentSet with a name that already exists in DocumentLibrary using /_vti_bin/listdata.svc (SPO) a 500 internal server exception is thrown. I understand the reason for the ...
user527614's user avatar
1 vote
1 answer
2k views

I'm trying to delete a file in a document library (SharePoint online) via the Graph SDK await client .Drives[driveId] .Items[sourceItemId] .Request() .DeleteAsync(); This work. But if ...
Snæbjørn's user avatar
  • 10.9k
0 votes
0 answers
276 views

I am uploading an excel file to a folder in Document library using Javascript in share point. IT is properly uploading if the excel size is less than 2 MB and if the excel size is more than 2 MB my ...
Krishna089's user avatar
1 vote
1 answer
106 views

I am trying to create a view from a sharepoint server 2016 document library that goes IF((criteria A = "X" AND criteria B= "Y"), show documents under criteria C). Some documents in the library have ...
user13059175's user avatar
1 vote
0 answers
67 views

I have a workflow that I created in moving a document from one library to another library and it works fine for word documents, but when moving excel or PDF files, the file is moved, but the filetype ...
Steve Harvancik's user avatar
1 vote
2 answers
4k views

I'm trying to write data into an Excel workbook that is hosted in our SharePoint document library. I instantiate Excel from Microsoft Project. I tried the following: Check if file can be checked out ...
Laureant's user avatar
  • 1,019
2 votes
2 answers
7k views

I finally got over the hurdle of uploading files into SharePoint which enabled me to answer my own question here: Office365-REST-Python-Client Access Token issue However, the whole point of my ...
Richard Ellison's user avatar
0 votes
1 answer
134 views

I would like to prepare a document management, the properties of each document is : Doc no Revision Created Date My problem is major revision of each document starts from: 00 Second ...
Masoud's user avatar
  • 223
0 votes
1 answer
504 views

I have developed a SharePoint App that is running on Online SharePoint 2016 site Collection. Have another Software Application with Rest API that is running on my another Online server. More this app ...
Shahid Iqbal's user avatar
1 vote
2 answers
5k views

list of documents thats contains custom taxonomy field column named subject. Need to update subject of thousands records/documents. Please any idea to update the taxonomy field such subject ...
Zahoor Ahmad's user avatar
0 votes
1 answer
867 views

I've created a customised view of a Document Library (i.e. Column "Name" Contains "2017") and saved it as a separate view (i.e. 2017filter.aspx). The result is fine, however after I clicked the view'...
kazuni's user avatar
  • 13