Access denied when importing TextToSpeech
upq opened this issue · 5 comments
Of course it wont because you are the owner of the file :).
Try different new accounts to regenerate the error, if it persists a simple change in the permissions of the file on drive to anyone with link
will fix the issue.
Thanks.
Already have that set to anyone with link. Also tried on another account, it works fine. Can you try again? Or try accessing the link?
Everything works thanks
If I try to open this link [ https://drive.google.com/uc?id=1J7ZP_q-6mryXUhZ-8j9-RIItz2nJGOIX ] in the browser, it will give me, for the first time, a page saying that this file is large, do you want to download anyways? I think this is the root cause of this issue. After inspecting the download page, I think we should add confirm=t as in the form submitted by the download anyway
button. Inspiration [ https://stackoverflow.com/a/71176719/4412324 ]
The resulting url should be https://drive.google.com/uc?id=1J7ZP_q-6mryXUhZ-8j9-RIItz2nJGOIX&confirm=t
I tried on my machine without confirm=t
and it gives me the access denied message. But works fine when with url: https://drive.google.com/uc?id=1J7ZP_q-6mryXUhZ-8j9-RIItz2nJGOIX&confirm=t
I think we should update the url @zaidalyafeai