I am making a page where the user pastes the URL of the file and I fetch that file make its zip then uploading it to dropbox. it's working fine with the small files such as 150Mb or 250Mb but not with the 1Gb files. I am doing this all without setting up a backend server. Is there a problem with my code that it's not uploading large files to dropbox or it can't be done without setting up a backend server?