Reputation: 1
I am trying to access SharePoint via an API. I am getting a 403 code and was told I need to add six lines of code to the package-solution.json file but I have not a clue where to find it. I tried using command line to open in Visual Studio but I can't find the pre-existing file and it just keeps making a new file.
Any advice on how to find the file?
I am in the very beginning stages of learning APIs and don't know all the obvious things.
Upvotes: 0
Views: 463
Reputation: 2228
Follow these steps:
Ctrl + P
and search for package-solution
You can also find the file in file explorer tree inside VS code:
Upvotes: 0