Skip to content

use a file on google drive as ics url #446

Closed Answered by jonas0b1011001
sadrov asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sadrov
Comment options

Answer selected by sadrov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants