How can I get the public URL of a file via a command? I need to do this within a Lua script, so Python or whatever else API's are offered aren't any good.
How can I get the public URL of a file via a command? I need to do this within a Lua script, so Python or whatever else API's are offered aren't any good.
To get a public URL for a file via the commandline, you do
if the file is already published, it will return the existing URL; otherwise, it will publish the file and return the newly created URL.