Forum Discussion
Nj-SharePointDeveloper
Jan 20, 2023Copper Contributor
Not able to fetch data from SharePoint Online List using Postman tool
Hi, I followed the process to fetch the data from SP online list using Postman tool: - Register a new app. - Generate client id and secret. - Grant permission - <AppPermissionRequests AllowAp...
- Jan 20, 2023
Hi Nj-SharePointDeveloper
When exactly did you get that error?- After executing the Powershell command?
- After the login using "Connect-PnPOnline"?
- After executing the "Set-PnPTenant" command?
- After acquiring the token? (From https://accounts.accesscontrol.windows.net)
- After executing a SharePoint REST request?
If it occurs during the login using "Connect-PnPOnline" try to execute the following command once beforeRegister-PnPManagementShellAccess
That registers the PnP Powershell as an app in your tenant.
Best Regards,Sven
- After executing the Powershell command?
Nj-SharePointDeveloper
Jan 20, 2023Copper Contributor
Error after running above command The resource principal named https:// was not found in the tenant named "....". This can happen if the application has not been installed by the administrator of the tenant. etc etc
SvenSieverding
Jan 20, 2023Bronze Contributor
Hi Nj-SharePointDeveloper
When exactly did you get that error?
- After executing the Powershell command?
- After the login using "Connect-PnPOnline"?
- After executing the "Set-PnPTenant" command?
- After acquiring the token? (From https://accounts.accesscontrol.windows.net)
- After executing a SharePoint REST request?
If it occurs during the login using "Connect-PnPOnline" try to execute the following command once before
Register-PnPManagementShellAccess
That registers the PnP Powershell as an app in your tenant.
Best Regards,
Sven