def getSharedFolder(connection): ''' This method gets the sharedLocation folder Args: - connection is the connection object that manages the HTTP data transfers between the client and the REST API ''' resourceUrl = "resources" resourceObj = connection.httpGet(resourceUrl) return resourceObj.sharedLocation