Ask a question to get started
Enter to sendā¢Shift+Enter new line
Retrieve the access identities (user/group emails) for a given file. Args: file_id (str): The ID of the file. Returns: List: A list of group names (email addresses) that have access to the file.
authorized_identities( self, file_id: str, ) -> List