get_file_url method

get_file_url

Implements this method to get the file url from the cache.

Returns

The URL of the file

def get_file_url(self, uid):
    ...
ParameterTypeDescription
uidstrThe unique id for the file cache.

See Also