Support Board
Date/Time: Wed, 29 Jan 2025 06:08:56 +0000
Post From: Using sc.MakeHTTPRequest for shared files on cloud
[2019-02-21 14:58:47] |
@sstfrederik - Posts: 405 |
Hi, A few years back when I started I made a study that could grab a csv file from a shared google drive link made with this tool: https://sites.google.com/site/gdocs2direct/ There would generally be a redirect response which I would than use to grab the actual file contents. Currently sc.MakeHTTPRequest gets a 404 response when such a link is requested. So this no longer works. an example link is this one which should provide a few numbers. https://drive.google.com/uc?export=download&id=1arRrMQE84xBvZ8lPBmpYLTY6cAPGoZqP I have a few studies made that work fine on direct links to files on selfhosted servers, but it would be great if I could support users that are not to technical. Anything you guys can do? Thanks. Frederik |