I am trying to get a list of folder via API and it says-
{
“error”: {
“code”: 403,
“message”: “The caller does not have permission”,
“status”: “PERMISSION_DENIED”
}
}
the document says -The caller must have resourcemanager.folders.list permission on the identified parent.
But I am unable to see this permission under resourcemanager while trying to grant access to the user/serviceaccount
Tried to add permission, but unable to see folder related permissions/roles while granting access in IAM.