Hello,
I want to download pdf from google drive link…
More clearly, I want to copy the file from URL to device
How can we do this in X?
Any help will be appreciated…
Kartik
Hello,
I want to download pdf from google drive link…
More clearly, I want to copy the file from URL to device
How can we do this in X?
Any help will be appreciated…
Kartik
Hi there,
If you have a file hosted on Google Drive at https://drive.google.com/file/d/[file ID], you can get a direct download link for it at https://drive.google.com/uc?export=download&id=[file ID]
You can also find websites which do this conversion for you, like this one.
Hope that helps!
Jane
Thank you So Much!
@jane,
Could you please tell me where to get the FileID?
It would be a great help
Thanks
It’s just the part of the URL after file/d/, but before the next ‘/’ character…
So in https://drive.google.com/file/d/XXXX/view, the file ID is XXXX.
Make sure the URL you’re taking the file ID from says /file/ and not /folder/!
Genius!
Thank you so much!
Oh oh,
I think I replied too early before testing on the app…
I just tested on link on PC…
@jane, Now, when checked on App, the ⤓ button instead opens the file in my google drive app.
What am I missing?
The code :
Thanks!
Can you also help me with this :
Hello,
I have a Pay Screen in my app.
What I want to do is, I want to open Chrome with my payment link(only when the very first time the app is opened) & the second time (when the user presses back from Chrome and comes back to my app),
I want the label to go : Succesfull Transaction! and after 2 sec., open my Menu screen.
How can I achieve this?
Thanks,
Kartik