use a file on google drive as ics url #446
-
Hey everyone, Thanks in advance for your ideas/insights/replies! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
These Google Drive links do not directly serve the file content. Given the url format you'd have to adjust the regex to get the file id You will have to reauthorize the script to get access to your Drive files. |
Beta Was this translation helpful? Give feedback.
These Google Drive links do not directly serve the file content.
This should help #412
Given the url format you'd have to adjust the regex to get the file id
const IDregex = /https:\/\/drive\.google\.com\/file\/d\/([^\/]+)\/?/;
You will have to reauthorize the script to get access to your Drive files.