Google Drive url

Ashoka_CJ_1-1654511588276.png

I am able to generate the url of appsheet without any problem. I want to generate Google Drive Links for images, any idea? @preethamm 

Solved Solved
0 4 909
1 ACCEPTED SOLUTION

@Ashoka_CJ Marc's answer is correct. There is no direct way to get the Drive Id. You can write an Apps Script that searches drive based on file name and fetches the id. 

Recent answer by Marc sketches the script outline here. 

View solution in original post

4 REPLIES 4

In order to generate the GDrive link, you'd need to know the file ID. Appsheet cannot get you this information. You'd need to use an outside service to find the file ID matching the filename and path, and generate the links. AppScript would be my go to.

@Ashoka_CJ Marc's answer is correct. There is no direct way to get the Drive Id. You can write an Apps Script that searches drive based on file name and fetches the id. 

Recent answer by Marc sketches the script outline here. 

>>"Recent answer by Marc sketches the script outline here. "

Hey, look at that! 😄

Thank you @preethamm this helps.

Top Labels in this Space