Symlink capability with LARGE Google Drive folder dataset?

I have a dataset of size 100GB on Google Drive and I want to use it along with an existing dataset in my account. I know I can probably use gdrive API to load it into a dataset that might have similar format as datasets.load_dataset output. Is there a way I can use a symlink to access the dataset if it’s available in public through the huggingface datasets web interface? I only need access to the link so far.