Sha256: a3f95f0903f6063ed796593a7aa0bce1ec909c2b4e68894c7690befbe4c3c1dc

Contents?: true

Size: 326 Bytes

Versions: 29

Compression:

Stored size: 326 Bytes

Contents

require 'filestack'

# intelligent upload flow requires you to pass in the intelligent parameter
# and have the service enabled on your application
client = FilestackClient.new('APIKEY')
filelink = client.upload(external_url: 'http://trailers.divx.com/divx_prod/profiles/WiegelesHeliSki_DivXPlus_19Mbps.mkv')
puts filelink.url

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
filestack-2.5.4 examples/upload_external_url.rb
filestack-2.5.3 examples/upload_external_url.rb
filestack-2.5.2 examples/upload_external_url.rb
filestack-2.5.1 examples/upload_external_url.rb
filestack-2.5.0 examples/upload_external_url.rb
filestack-2.4.0 examples/upload_external_url.rb
filestack-2.3.0 examples/upload_external_url.rb
filestack-2.2.1 examples/upload_external_url.rb
filestack-2.2.0 examples/upload_external_url.rb