Dropbox Download

Categories

Component ID

2114851

Component name

Dropbox Download

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

We address the following requirements.

- Admin should be able to fill accountdetails of the destined Dropbox
- In the admin dropbox should be a folder called 'Drupal'
- In the Dropbox folder 'Drupal' the admin can add folders with names identical to a Drupal Role
- A block in Drupal should be able to present the files of the folder(s) based on the roles the person has
- Person should be able to view the listing and download any file from those folders, as long as there is a match in roles and folder name

Function by example
- On the drupal site there is are two roles called 'Team 1' and 'Team 2'
- User 1 is part of the role 'Team 1'
- User 2 is part of the role 'Team 2'
- User 3 has roles 'Team 1' and 'Team 2'
- In the dropbox there is a folder called '/Drupal/Team 1'
- In the dropbox there is a folder called '/Drupal/Team 2'
- Any user can see a block with a realtime file / folder listing of authorized folders
- User 1 has acces to folder '/Drupal/Team 1'
- User 2 has acces to folder '/Drupal/Team 2'
- User 3 has acces to folder '/Drupal/Team 1' and /Drupal/Team 1
- As long as the folder matches the name of a Drupal role, it should give access.