Created
January 30, 2020 15:26
-
-
Save alexander-elgin/f0804fbba8c899223278a3036f4252d5 to your computer and use it in GitHub Desktop.
Google Drive File Public Link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const getGoogleDriveFilePublicLink = (fileId) => `https://docs.google.com/uc?id=${fileId}`; | |
export default getGoogleDriveFilePublicLink; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment