Hi Make Team,
I am facing an issue while deploying a custom SDK function from my local environment to Make.
Error message:
FAILED DEPLOY TO MAKE:
Failed to create function "generateObjectBodyData" in remote "Test".
Rejected the Make request:
POST eu2.make.com/api/v2/sdk/apps/teexdma-dewv-09rjte7y2/1/functions
Response:
Access denied.
Environment details:
-
Region:
eu2 -
Remote environment:
Test -
Deployment from local machine using VS Code / Make SDK tools
-
Function name:
generateObjectBodyData
What I already checked:
-
API token is configured
-
Authentication is working
-
Correct app is selected
-
Deployment connection is established
Could you please help verify:
-
Which exact permissions are required to create SDK functions?
-
Does Team Admin access fully allow SDK function deployment?
-
Are there any additional scopes/settings required for function deployment specifically?
-
Is there any restriction on deploying functions to the “Test” remote environment?
NOTE: Why function are not deployed while deploying from vs code ,
My scenario is Custom app was first develope in make.com from colleague account in make.com, later he put the code locally in vs code and add it to github, now when i want to collaborate and do deployment it’s not possible to deploy functions and when my colleague create a sutom app in the make.com and if i deploy code in that app id it get easily deployed from my local system why?
Any guidance would be appreciated.
Thanks.