To make Omniscope download a file stored in the cloud on Dropbox which has been shared using a link, there's a tip you can follow.
To load your file through the Omniscope file input block you have to slightly edit the file sharing link (as documented here ), just add/edit "dl=1" as a query parameter in your URL. For example if your sharing link is https://www.dropbox.com/s/a1b2c3d4ef5gh6/myfile.csv?dl=0 simply insert this in the file input block (URL) : https://www.dropbox.com/s/a1b2c3d4ef5gh6/myfile.csv?dl=1
That's it.
Antonio Poggi
To make Omniscope download a file stored in the cloud on Dropbox which has been shared using a link, there's a tip you can follow.
To load your file through the Omniscope file input block you have to slightly edit the file sharing link (as documented here ), just add/edit "dl=1" as a query parameter in your URL.
For example if your sharing link is https://www.dropbox.com/s/a1b2c3d4ef5gh6/myfile.csv?dl=0 simply insert this in the file input block (URL) : https://www.dropbox.com/s/a1b2c3d4ef5gh6/myfile.csv?dl=1
That's it.