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
Hello ! I am working on a Slack-Deno application. My project involves a function that handles documentation onboarding. This function reads the input from a Slack form, writes to a CSV file, and also triggers a PowerShell script. However, I am encountering a PermissionDenied error when trying to write to the CSV file.
Hi, @InesKouki! Thanks for submitting your question 😄
Based on the PermissionDenied error, it seems like write permissions haven't been granted to the system for your CSV file. I would recommend adding the --allow-write flag within your slack.json - you can reference the deno-slack-hooks repo here for more info!
@InesKouki I also just received word from the team that the --allow-write flag will only work for slack run, but if you slack deploy your app to Slack infra, that will not support file writing and will fail with the same error!
Hello ! I am working on a Slack-Deno application. My project involves a function that handles documentation onboarding. This function reads the input from a Slack form, writes to a CSV file, and also triggers a PowerShell script. However, I am encountering a PermissionDenied error when trying to write to the CSV file.
Could someone help me with this please ?
This is my manifest file
And this is my slack.json
The text was updated successfully, but these errors were encountered: