getCommunityLevelStoragePath
Returns the storage path for this user account, relative to the higher level directory of app data. The higher level directory could be 'files'. The output is of the format '/{orgID}/{userID}/{communityID}/'. If 'communityID' is null or the internal community ID, then the output would be '/{orgID}/{userID}/internal/'. This storage path is meant for data that is unique to a particular user in a specific community.
Return
File storage path.
Returns the storage path for this user account, relative to the higher level directory of app data. The higher level directory could be 'files'. The output is of the format '/{orgID}/{userID}/{communityID}/'. If 'communityID' is null or the internal community ID, then the output would be '/{orgID}/{userID}/internal/'. This storage path is meant for data that is unique to a particular user in a specific community.
Return
File storage path.
Parameters
Community ID. Pass 'null' for internal community.