You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: