Level up your Box knowledge with brand new learning paths on Box University. Visit training.box.com to get started

Need help to get the list of folders which is enabled with email upload

New post

Comments

1 comment

  • jcleblanc

    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. 

    0
    Comment actions Permalink

Please sign in to leave a comment.