Eddine OMAR

Results 3 comments of Eddine OMAR

Hi @devgossips you can still run the program with the fix by compiling it yourself. Please perform the following instructions : - Clone the project locally : `git clone [email protected]:edd34/XiaoMiToolV2.git`...

Have you tried with "sudo" ?

I have found a solution here : ```python from pydrive2.drive import GoogleDriveFile GoogleDriveFile myfile = GoogleDriveFile() # here an instance of GoogleDriveFile myfile.metadata.get("exportLinks").get("text/html").text ``` This code snippet, gives you link...