173 questions
0
votes
1
answer
116
views
The Copy-PnPFile method does not copy items from the document library to the SharePoint list
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 = "**************************&...
0
votes
1
answer
467
views
Document Web Part - Show Full Height w/o Scrollbars?
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.
...
0
votes
1
answer
375
views
Sharepoint link from list to document library
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. ...
0
votes
0
answers
122
views
Sending an email including an attachment, based on the contents of the document library (Sharepoint, Power Automate, O365)
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 ...
0
votes
0
answers
109
views
Logging Document Views in SharePoint: How to Save Logs or Create Custom Triggers?
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 ...
0
votes
1
answer
96
views
How to create a one note in a sharepoint document center
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 ...
0
votes
1
answer
575
views
Enable the "Make "New Folder" command available?" option with Sharepoint using @pnp/sp
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 ...
0
votes
1
answer
257
views
Upload file created in temporary directory into SharePoint using python
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 ...
0
votes
1
answer
359
views
Thumbnail View on Sharepoint 2016 Document Library
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. ...
1
vote
1
answer
958
views
Unable to copy file from SharePoint different site document library with sp-pnp-js
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 ...
0
votes
2
answers
3k
views
Is there a way to remove an existing SharePoint (Online) file lock?
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 ...
1
vote
1
answer
1k
views
Using PowerShell to call the GraphAPI and create a folder in a SharePoint document library
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 ...
0
votes
1
answer
535
views
CSOM: Copying a document from one library to another - remote server returned 403 Forbidden error
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 ...
0
votes
2
answers
2k
views
Cannot delete a document in SharePoint Library which is not checked out neither opened for editing?
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 ...
1
vote
0
answers
151
views
How to determine the root cause of the error that occurs while creating documentset using /_vti_bin/listdata.svc endpoint in SharePointOnline?
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 ...
1
vote
1
answer
2k
views
Delete locked/open file via Graph API/SDK
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 ...
0
votes
0
answers
276
views
Upload a file more than 2 mb to Document Library using Java script in Share point
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 ...
1
vote
1
answer
106
views
Is there a way to create a sharepoint document library view using an IF statement that uses metadata?
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 ...
1
vote
0
answers
67
views
How to maintain the appropriate file type (MIME) when moving a documents (pdf, xls) from one library to another
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 ...
1
vote
2
answers
4k
views
Open & Check out Excel workbook from SharePoint
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
...
2
votes
2
answers
7k
views
Office365-REST-Python-Client 401 on File Update
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 ...
0
votes
1
answer
134
views
How to configure versioning setting for my document management
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 ...
0
votes
1
answer
504
views
Upload document in online SharePoint site collection document library from another application outside SharePoint
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 ...
1
vote
2
answers
5k
views
Update/Change custom TaxonomyFieldValue in document library list in sharepoint using C# CSOM
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 ...
0
votes
1
answer
867
views
Unfilter a SharePoint Filtered List view after entering first element
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'...