Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Sprint:Summer 2019 Sprint 11, Summer 2019 Sprint 12, Fall 2019 Sprint 1, Fall 2019 Sprint 2, Fall 2019 Sprint 3, Fall 5 : 14 Oct to 25 Oct, Fall 6 : 28 Oct to 8 Nov
Description
Implement the ability to make a folder public -share a folder with another user-.
1) Implement Share Folder API
2) Create Models
3) Create Views
4) Create Request and Response Parser
5) Unit Test the Endpoint
Now able to make a folder recursively public.
Closing issue.
Note: Due to how the Terrain API behaves in regard to "public" (shared with anonymous) data, if a single file within a folder is listed as public, then the enclosing folder is also considered public. This is somewhat confusing, as a folder can be listed as public, but not all files contained are public. Currently, user would see that a folder is public, but only a single file contained could be public. To make the folder "completely" public, they would need to remove the public link to the folder, and then make a public link for the folder. Due to Terrain I do not think there is any way to get around this, currently.