Questions tagged [online]
The online tag has no summary.
146 questions
0 votes
1 answer
87 views
SharePoint Embedded: Can't assign permissions to all containers using FileStorageContainer.Manage.All
Does any one know if the FileStorageContainer.Manage.All possible to assign to manage the SharePoint Embedded containers? If it's not possible, what are other options to get the full list of all ...
0 votes
0 answers
164 views
How to stop deleted Alert that continues to generate alerts
I have deleted a SharePoint alert on behalf of another user (as an admin). The User Alerts area shows only "None" as an option from the User Alerts list, however the alert continues to send ...
0 votes
1 answer
37 views
Why when i did a search for ExpiryDat eq '2023-05-07', i got items with those ExpiryDate 2023-05-06T23:00:00Z
I have a custom list with field of type DateOnly named ExpiryDate:- and when i did this API call to get items with Expiry date = ExpiryDat eq '2023-05-07' >> I got items with this ExpiryDate ...
0 votes
1 answer
362 views
Display list of pages based on author byline field
one tricky question. I have a modern SPO page with an article and all mandatory attributes filled, including author byline field. Than a simple task comes from the management for which I do not have ...
0 votes
1 answer
402 views
why does a URL Link open to edit mode of SharePoint onlie list
why does a URL Link open to edit mode of SharePoint online list. i have site where u have to click a url link that should take you to another page, rather it takes you to edit mode of the list id item
1 vote
1 answer
2k views
Remove user photo for User
I have a requirement to remove the user photo from Azure AD User profile. I checked for MS Graph APIs for User Photos. But as far as I know, MS Graph APIs are only available to add/upload photo. There ...
0 votes
1 answer
137 views
How i can secure ClientSecret for my app which i am using inside SharePoint asp.net console application
I have the following SharePoint asp.net console application, which runs each hour using windows tasks scheduler :- string clientId = "e***"; string clientSecret = "****"; string ...
0 votes
1 answer
98 views
Migrated form Sharepoint to SP Online Authentication fails after migration
We are migratetd to Sharepoint online and now my code do not work. the Authentication fails and I becom eroor and no the list of items in my API or i can't save a new Item. public class SNotifications ...