Gofile icon indicating copy to clipboard operation
Gofile copied to clipboard

Upload files to gofile.io

Results 3 Gofile issues
Sort by recently updated
recently updated
newest added

im having problems uploading files above 3 GB i get OverflowError and MemoryError running gofile 0.3.0 tried to upload a 3.4 GB file OverflowError: Uploading progress: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- Traceback...

bug

Traceback (most recent call last): File "/home/edith/.local/bin/gofile", line 8, in sys.exit(gofile.main()) File "/home/edith/.local/lib/python3.10/site-packages/gofilepy/gofile.py", line 177, in main gofile_upload( File "/home/edith/.local/lib/python3.10/site-packages/gofilepy/gofile.py", line 62, in gofile_upload best_server = get_server.json()['data']['server'] File "/usr/lib/python3/dist-packages/requests/models.py", line...

Thanks for making the great tool. Is it possible to get the pure download page string right after gofile_upload() is executed without exporting a json file? If the json file...