Need help to get the list of folders which is enabled with email upload
I need help to get the list of folders which is enabled with email upload. Is there any way to get it or any API which can help in this ?
FYI
-
Hi ,
Yes, you can fetch that information on a specific folder. Basically the "Get Folder" endpoint will send a payload of information back as a response. In the response object, for a folder enabled with email upload, you'll see something like this:
"folder_upload_email": { "access": "open", "email": "upload.Contracts.asd7asd@u.box.com" }
That'll give you the needed information.
Please sign in to leave a comment.
Comments
1 comment