[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["This function returns a list of the root folders a user owns, providing the base \"id\" values (e.g., \"users/johndoe\")."],["The function can be used with `ee.data.getAssetRoots(callback)` where an optional callback can be provided for asynchronous execution, otherwise it runs synchronously."]]],["This API retrieves a list of root folders owned by a user. The root folder identifiers are two levels deep, for instance, \"users/johndoe.\" The function `ee.data.getAssetRoots()` returns a list of these root folders. An optional callback function can be provided for asynchronous operation; otherwise, the call will execute synchronously.\n"]]