Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
34 views

I want to remove or replace sensitivity labels from SharePoint, OneDrive and Exchange without using the Microsoft Graph Metered API. According to the following article, it seems this is not possible ...
Amit's user avatar
  • 87
0 votes
1 answer
337 views

I'm wondering if the announcement of Basic auth deprecation for SP online mentioned here https://learn.microsoft.com/en-us/sharepoint/technical-reference/basic-auth-is-being-deprecated affects the use ...
Dan G's user avatar
  • 856
0 votes
1 answer
43 views

I am trying to add a content type from the root web to a sub site. First, I am just trying to add the content type by name if (!list.ContentTypeExistsByName(ContentType)) { list....
Tony C's user avatar
  • 25
0 votes
1 answer
69 views

How can I add a link to a list item column that is of type hyperlink. The link should be a link to a subfolder in a document library. What the program does it creates a new subfolder in a document ...
henhen's user avatar
  • 1,253
0 votes
0 answers
84 views

I am trying to use the Microsoft.SharePoint.Client (CSOM) API in a C# application, but I keep receiving a 401 Unauthorized error. Within Azure, I created an App Registration and a secret key with the ...
ns95's user avatar
  • 23
0 votes
0 answers
128 views

Issue We are attempting to access Project Online data in Project Permission mode using app-only authentication, specifically to bypass MFA for programmatic access, as we aim for continuous, automated ...
Carl's user avatar
  • 61
0 votes
1 answer
264 views

How do I resolve this exception thrown while trying to do CRUD operations on CSOM? Let me break this down for you. CRUD, of course, means "Create Read Update and Delete". CSOM is the tech ...
xarzu's user avatar
  • 9,603
0 votes
1 answer
628 views

I'm getting this error while calling the API for getting list Data using PostMan https://hostname.sharepoint.com/sites/random_site/_api/web/lists(guid'be7ca91-2715-4b86-8299-7925f99b7536')/items for ...
Aditya vatsa's user avatar
-1 votes
1 answer
61 views

I upload a excel file to the subfolder of the sharepoint, my account can access the subfolder: https://inteltechcorp.sharepoint.com/sites/inteltechShared/Shared%20Documents/Forms/AllItems.aspx?...
carlwang's user avatar
3 votes
1 answer
970 views

Let's say we have the following SharePoint working URL: https://mywebsite.sharepoint.com/_layouts/15/Test.aspx The following code works for determining if the URL works or not unless the user is ...
Chuck Norris's user avatar
  • 15.2k
0 votes
1 answer
44 views

Would there be a difference in using the 'older' SharePoint ClientContext/CSOM based API against a site in SharePoint Online versus one that is a part of a Team? I have a bit of code that works just ...
jmlumpkin's user avatar
  • 940
0 votes
0 answers
60 views

I'm struggling with removing permission with the User type (not Sharepoint group type) at the site level but I'm struggling with these terms to find solutions. When I open the central admin site, in ...
user avatar
0 votes
1 answer
570 views

I am trying to upload a file to a specific site's file directory in my org's SharePoint. I created an app on https://OrgTenant.sharepoint.com/sites/MySite/_layouts/15/appregnew.aspx. Then, I gave it ...
Jaelen's user avatar
  • 1
2 votes
1 answer
319 views

I have a tool that is going to open a MS Project file off the Project Web App (PWA/Project Server). and make some changes. I then need to save the file and publish the changes before closing it and ...
Kenny Arnold's user avatar
0 votes
0 answers
76 views

I have a C++ non-managed program calling into a C# DLL using COM interop to access a sharepoint server using SharePoint CSOM. Calling from C++ returns hr == ERROR_FILE_NOT_FOUND. Calling the same DLL ...
user1961169's user avatar
0 votes
1 answer
1k views

I have SharePoint subscription on-premise edition. Is there a way to connect to this instance using net6, csom and windows authentication? I created console app and 'nuget' installed <...
Raviraj Bhalerao's user avatar
0 votes
0 answers
833 views

I've been working in a sandbox SharePoint site and using PnP.Framework and Microsoft.SharePointOnline.CSOM to build something my company can use for managing files programatically. The following code ...
Brandon Armstrong's user avatar
0 votes
1 answer
204 views

I am using word document template, when I am upload document to document library in SharePoint online, column values are not set automatically. I found that column mappings are broken that's why it is ...
Hardik's user avatar
  • 11
0 votes
0 answers
246 views

Until last Friday I was using the following powershell script to manipulate lists on Sharepoint Online using CSOM with no problems. $spOcredentials = New-Object Microsoft.SharePoint.Client....
Ramirez's user avatar
1 vote
1 answer
720 views

I'm trying to authorise login for a c# app that uses CSOM to query Sharepoint lists and pnp.core to get the client context. I have an app registration with a client secret. The registration has the ...
Sean Connolly's user avatar
0 votes
1 answer
849 views

I am trying to create a .NET core console app that can access a Office 365 SharePoint site. I'm use the recommended auth manager from the PnP Framework to try to establish a connection. I followed the ...
Adam's user avatar
  • 4,810
2 votes
0 answers
998 views

I have been trying to access SP using MFA. I have been receiving a series of errors following the implementation. Does anyone have a source to an available cod with all necessary assemblies that I can ...
Amrita Chakraborty's user avatar
1 vote
0 answers
195 views

I am working on a Word Add-In that exports a PDF file from a Word document to a SPO list and assigns ContentType and some SharePoint meta data to the new PDF file. The list is configured with: ...
Dgo's user avatar
  • 55
0 votes
1 answer
49 views

I am developing a MS Project VSTO Addin through which I need to perform Project Online ODATA and CSOM calls. Is it possible that as the user is already authenticated using the Project Professional ...
supriya khamesra's user avatar
0 votes
0 answers
57 views

I'm trying to do this: https://learn.microsoft.com/es-es/sharepoint/dev/sp-add-ins/using-csom-for-dotnet-standard The user is my Office 365 account that has MFA enabled so I have created an app ...
kintela's user avatar
  • 1,343

1
2 3 4 5
20