powershellwrapper
powershellwrapper copied to clipboard
Troubleshooting New-ITGlueAttachments Forbidden
When calling the function New-ITGlueAttachments from a script i get the following error: New-ITGlueAttachments : {"message":"Forbidden"}
On the same script the function Get-ITGlueConfigurations works correctly so i have exclued an error on the api key. Is there any way i can further troubleshoot this issue? How can i debug the Invoke-RestMethod request sent ? Any help would be appreciated.
Thanks
Francesco
From what I can see, the current version of the wrapper does not have the function New-ITGlueAttachments
. Did you add it yourself or have I missed something?
@fcrevaroli can you paste in your code without any sensitive keys attached into it? I can probably debug it for you if you want.