I have an open google cloud datalab notebook, and I'm looking at folder contents. There is an upload button, and I can use it to upload files. It works fine for any files under about 500kb, but the moment I try to upload anything larger, it simply hangs forever. I'm not trying to upload massive files via a web interface, just 10mb or less worth of data, but it still won't go through.
Does datalab have a maximum file size that you can use the web uploader for?
There's an outstanding issue on the Github repo for Datalab that discusses this, it's something that Datalab inherits from Jupyter 4, on which it's based, and there's unfortunately currently no way around it.