You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output file I expected, namely docx, was not converted correctly. instead the output is like this:
Its still not downloading the file , its just storing the html & js and the file name is also not correct.
I know this issue has been fixed here, but when I try it by creating it via pyhton script or trying it via terminal, the results are immediately the same.
Expected Behavior
I want to execute gdown from terminal directly (gdown bla bla bla ...)
File docx with the followeing format: <name>.<format>
ex: release-note.docx or release-note.txt
To Reproduce
Command_1:
gdown "https://docs.google.com/document/d/14H2_vSH5ACnjBxp2H58zyr2sKWBcqJL0cLY8AW4hoiw/edit\#heading\=h.ehk6vuubwdju" --fuzzy --format docx
Result :
gdown "https://drive.google.com/uc\?id\=14H2_vSH5ACnjBxp2H58zyr2sKWBcqJL0cLY8AW4hoiw" --fuzzy --format docx
Result:
The result is the same as Command_1
You can try this url :
https://docs.google.com/document/d/1fuigw1xi_WLonTk8e8UOCfVEF7ek9zoZR25gBs3InsI/edit?usp=sharing or https://docs.google.com/document/d/1fuigw1xi_WLonTk8e8UOCfVEF7ek9zoZR25gBs3InsI/edit#heading=h.kch8f9vxsrf5
Thank you in advance,
The text was updated successfully, but these errors were encountered:
Provide environment information
python: aliased to /usr/bin/python3
Python 3.9.6
What OS are you using?
macOS Sonoma 14.1.2 (23B92)
Describe the Bug
The output file I expected, namely
![CleanShot 2024-02-19 at 15 29 54@2x](https://private-user-images.githubusercontent.com/44283430/305879501-7d39846a-48fb-4d86-b007-c803d0d55e92.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDk1MTMsIm5iZiI6MTczOTAwOTIxMywicGF0aCI6Ii80NDI4MzQzMC8zMDU4Nzk1MDEtN2QzOTg0NmEtNDhmYi00ZDg2LWIwMDctYzgwM2QwZDU1ZTkyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDEwMDY1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdlMzEwN2M1MDliZmUxZDEwYWU2MmNkZTMxNGRiZTJkMWI3ZTc3MzRjZmE1NzVlOGEzNDhkYmJhZWQ5MDQ4ZDYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jWT6mizx6Gp2rKyJbPgqUGyb9JLW8B1jnZYPRoGSdCM)
docx
, was not converted correctly. instead the output is like this:Its still not downloading the file , its just storing the html & js and the file name is also not correct.
I know this issue has been fixed here, but when I try it by creating it via pyhton script or trying it via terminal, the results are immediately the same.
Expected Behavior
gdown bla bla bla ...
)<name>.<format>
ex:
release-note.docx
orrelease-note.txt
To Reproduce
Command_1:
gdown "https://docs.google.com/document/d/14H2_vSH5ACnjBxp2H58zyr2sKWBcqJL0cLY8AW4hoiw/edit\#heading\=h.ehk6vuubwdju" --fuzzy --format docx
Result :
Command_2:
gdown "https://docs.google.com/document/d/14H2_vSH5ACnjBxp2H58zyr2sKWBcqJL0cLY8AW4hoiw/edit\#heading\=h.ehk6vuubwdju" --fuzzy --format docx -O release-note
Result:
Command_3:
gdown "https://drive.google.com/uc\?id\=14H2_vSH5ACnjBxp2H58zyr2sKWBcqJL0cLY8AW4hoiw" --fuzzy --format docx
Result:
The result is the same as
Command_1
You can try this url :
https://docs.google.com/document/d/1fuigw1xi_WLonTk8e8UOCfVEF7ek9zoZR25gBs3InsI/edit?usp=sharing
orhttps://docs.google.com/document/d/1fuigw1xi_WLonTk8e8UOCfVEF7ek9zoZR25gBs3InsI/edit#heading=h.kch8f9vxsrf5
Thank you in advance,
The text was updated successfully, but these errors were encountered: