Create the URL for a file
Future<String> getFileUrl(String filePath, {String? webId}) async => await _getResourceUrl(filePath, isFile: true, webId: webId);