sS fileServerDownloadURL(S snippetID, S contentType default null) { long id = parseSnippetID(snippetID); ret appendParamsToURL(fileServerURL() + "/" + id, +contentType); }