Permissions for managed folders
mpalangetic
Partner, Registered Posts: 5 Partner
Dear,
I am creating an webapp where I want to upload files at the managed folder using public api from javascript. On the link https://doc.dataiku.com/dss/api/4.2/rest/#managed-folders-managed-folder-contents-post it is written that I need to provide permission WRITE_DATA to the Managed folder such that I can upload files. How can I do that?
Regards
Tagged:
Answers
-
Hi,
The doc is not properly worded. Your API key needs to have the project-wide "writeProjectContent": true permission which you can set from the API key setup screen (Settings > Security > API keys) -
but whem I try upload on
POST https://{server_link}/public/api/projects/{project_id}/managedfolders/{project_id}/contents
I receive: 405 (Method Not Allowed)
Is this related with the permissions or it is something else?
Thank you for the help