Category "pnp-js"

Error on items.add in pnpjs after 30minutes

I´m using "@pnp/sp": "^3.0.3", I have this code const sp = spfi().using(SPFx(props.context)); const item = { Title: mail, URL: { Url: url.trim()

How to get item ID of the last modified item in the SharePoint online list using pnp powershell?

I am able to get the date of the last modified item in the list using the script below: $SiteURL="https://abc.sharepoint.com/sites/sitename" $ListName="Document

Unable to connect and get Sharepoint data from C# .Net Core App

While using pnp.Framework in .Net 6 environment. I need authenticated client context to get Sharepoint Data but facing 403forbidden while running context.Execut