Method: Aws::WorkDocs::Client#describe_root_folders
- Defined in:
- lib/aws-sdk-workdocs/client.rb
#describe_root_folders(params = {}) ⇒ Types::DescribeRootFoldersResponse
Describes the current user’s special folders; the RootFolder and the RecycleBin. RootFolder is the root of user’s files and folders and RecycleBin is the root of recycled items. This is not a valid action for SigV4 (administrative API) clients.
This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see [Authentication and Access Control for User Applications] in the *Amazon WorkDocs Developer Guide*.
[1]: docs.aws.amazon.com/workdocs/latest/developerguide/wd-auth-user.html
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1882 1883 1884 1885 |
# File 'lib/aws-sdk-workdocs/client.rb', line 1882 def describe_root_folders(params = {}, = {}) req = build_request(:describe_root_folders, params) req.send_request() end |