hanselch / server-installer

A simple tkinter program used to install mods and other files from Minecraft servers, to your system with just click!
0 stars 0 forks source link

gdown not responding well... #1

Closed MonoDin0 closed 1 month ago

MonoDin0 commented 1 month ago

for some reason I am getting an error saying the google drive is not accessed...

then gave me the error code that freaked me out.

Access denied with the following error: cannot retrieve files, you need to add 'Anyone to the link' to access it.

when i check on the link, it's working properly to download the file.

hanselch commented 1 month ago

Have you tried updating the gdown file?

MonoDin0 commented 1 month ago

i dont think so... wait, how do i know what version i have?

hanselch commented 1 month ago

go to your command prompt and enter: py -m pip show gdown

MonoDin0 commented 1 month ago
Name: gdown                                                                                                             
Version: 4.2.0
Summary: Google Drive Public File/Folder Downloader                                                                     
Home-page: https://github.com/wkentaro/gdown                                                                            
Author:                                                                                                                 
Author-email: Kentaro Wada <www.kentaro.wada@gmail.com>                                                                 
License: MIT                                                                                                            
Location: C:\Users\anime\AppData\Local\Programs\Python\Python312\Lib\site-packages                                      
Requires: beautifulsoup4, filelock, requests, tqdm                                                                      
Required-by:       
hanselch commented 1 month ago

huh, so it looks like your running version 4.2.0 (ngl this is a first).

what you need to do is update the package. keeping the command prompt open, do py -m pip install gdown --upgrade and you will get the latest release!

MonoDin0 commented 1 month ago

yay! it works!

hanselch commented 1 month ago

perfect! need to add a note to program to get a specific version...