"Access Denied" when trying to create a Function
JosXa opened this issue · 2 comments
JosXa commented
In VSCode, when executing the apps-sdk.function.new
command (right click "Function" -> "new Function"), I get an "Access Denied" error no matter which of my apps I try it on:
The extension host trace logs show only the call, but no further information:
[2019-12-27 01:16:06.177] [exthost] [trace] ExtHostCommands#$executeContributedCommand apps-sdk.function.new
This is a real blocker to write tests for the app as indicated in the documentation right now.
System specs:
Windows 10
integromat.apps-sdk version 1.1.2
VSCode version 1.40.2
Edit:
Aha, looks like the "+ Create a new IML function" feature is generally unavailable:
jskrzypek commented
It's been a few months since I worked with integromat, but as far as I can
recall functions were a special feature that you needed to request via
email from the integromat Dev team.
…On Thu, Dec 26, 2019, 16:19 Joscha Götzer ***@***.***> wrote:
In VSCode, when executing the apps-sdk.function.new command (right click
"Function" -> "new Function"), I get an "Access Denied" error no matter
which of my apps I try it on:
[image: image]
<https://user-images.githubusercontent.com/7313176/71490863-ae945580-2846-11ea-9188-f8dccda8ece2.png>
The extension host trace logs show only the call, but no further
information:
[2019-12-27 01:16:06.177] [exthost] [trace]
ExtHostCommands#$executeContributedCommand apps-sdk.function.new
This is a real blocker to use the extension right now.
*System specs:*
Windows 10
integromat.apps-sdk version 1.1.2
VSCode version 1.40.2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23?email_source=notifications&email_token=AALROMNLPMUZ3KCENUP5ANLQ2UNXLA5CNFSM4J7QKBP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICYRB7Q>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALROMNUJLKXEG3V64MIC7LQ2UNXLANCNFSM4J7QKBPQ>
.
JosXa commented
Ah I see, that makes sense. Thanks