How to Make Download Url Read Only

Acquire nigh secret URL tricks for Google Drive to apace create direct download links, re-create or preview shared files in Bulldoze.

With Google Drive, you lot tin shop files in the cloud and share them hands with anyone. Open whatsoever file in Google Drive, click the Share button and you'll become a URL (link) that others can utilise to access your file. This is common knowledge simply Google Drive has plenty of URL tricks up its sleeve that volition make these simple Drive links even more powerful.

Google Drive URL Tricks

Google Drive Download Links

Google Bulldoze Spider web Viewer

Google Drive includes a built-in web viewer then people can view your shared files - from Microsoft Office documents to videos to AutoCAD drawings - straight in their browser. Yous can use this web viewer to view online files without having to download the files to your figurer.

https://docs.google.com/viewer?url=FILE_URL

Replace FILE_URL with the total http link of the online document and anyone can view your file in the browser itself. Hither'due south an example.

Reader Mode for Google Drive Files

You can view native Google documents in reader mode (sans the Google UI) past simply replace /edit in the Google Bulldoze file URL with /preview.

So if the original share link of a file in Google Drive is:

https://docs.google.com/spreadsheets/d/SHEET_ID/edit

You can view the same document in a clean, reader fashion using the link:

https://docs.google.com/spreadsheets/d/SHEET_ID/preview

Hither'south a Google Sheet, Google Certificate and Google Slides presentation in preview mode that is less-cluttered without whatsoever menus and toolbars and thus loads faster.

Embed Google Documents in Web Pages

The /preview is useful when y'all need to embed a document, spreadsheet or presentation from Bulldoze in your web folio using the IFRAME tag every bit in this alive example.

                          <iframe src="https://docs.google.com/document/d/FILE_ID/preview" height="600px" width="800px" allowfullscreen>                                                </iframe                >                                    

Download and Export Google Bulldoze Files

The native file viewer is useful merely sometimes you lot may want to bypass the built-in Google Docs viewer and forcefulness the browser to download the file instead of opening it. Thus if a user has Photoshop on their computer, the PSD file that you accept shared through Google Bulldoze will open in Photoshop and not in their spider web browser.

When you upload any file in Google Drive and share it, the shared link looks like this:

https://bulldoze.google.com/open?id=DRIVE_FILE_ID

The FILE_ID is unique for every file in Google Drive. If y'all copy this FILE_ID and use it in the URL below, you'll become a direct link to download the file from Google Bulldoze (case).

https://bulldoze.google.com/uc?consign=download&id=DRIVE_FILE_ID

If you wish to open the file in the Google Drive web viewer, the viewer URL would be (case):

https://drive.google.com/file/d/DRIVE_FILE_ID/view

The directly download URL trick works for native Google documents equally well. This comes actually handy if you want to give users an selection to download your Google Document as a read-only PDF file or your Google Spreadsheet as an Excel XLS file.

Google Docs - Direct Downloads

Any document in your Google Drive has a URL like:

https://docs.google.com/certificate/d/DOC_FILE_ID/edit

Supersede /edit with /export?format=, add the file format that the document should be saved as and your download link is ready (case).

            https://docs.google.com/certificate/d/DOC_FILE_ID/export?format=pdf https://docs.google.com/document/d/DOC_FILE_ID/export?format=physician          

The above links volition now download the same Google document in Word (.docx) and PDF formats. You can too specify txt, html, odt (OpenDocument) or epub for downloading the Google Certificate as an e-book.

Like Google Documents, the URLs of presentations in Google Drive accept this format:

https://docs.google.com/presentation/d/PRESENTATION_ID/edit

The straight download links for Google Slides is slightly unlike then Google Documents. Here replace /edit with /export/format where format tin can be pptx for downloading Google Slides every bit Microsoft Powerpoint files or PDF for exporting the presentation equally a PDF slideshow.

            https://docs.google.com/presentation/d/PRESENTATION_ID/export/pdf https://docs.google.com/presentation/d/PRESENTATION_ID/consign/pptx          

The direct links for downloading the same presentation deck in PowerPoint (.pptx) and PDF formats are below: For instance, here'due south a presentation on Google Slides that you lot directly download as a PDF or a PPT file.

Download Google Slides as PNG Files

With Google Slides, y'all tin can either export the entire presentation as a PDF or yous can create links to individual slides that will download the slide as a high-res PNG file.

All you demand to do is add ?pageid=pPAGE_NUMBER to the export url. Then if I were to download the 10th slide as a PNG file, the URL would be:

https://docs.google.com/presentation/d/FILE_ID/export/png?pageid=p10

Too run into: Link Directly to specific Google Slide

Open your Google Spreadsheet in Google Drive, make the sheet Public (or share with Anyone with a link) and make a note of the shared URL. It should exist something similar this:

https://docs.google.com/spreadsheets/d/SPREADSHEET_ID/edit

The direct download links for Google Sheets are similar to Google Docs and the sheets tin can be exported as PDF, Excel XLSX and CSV files.

            https://docs.google.com/spreadsheets/d/FILE_ID/consign?format=xlsx https://docs.google.com/spreadsheets/d/FILE_ID/consign?format=pdf https://docs.google.com/spreadsheets/d/FILE_ID/export?format=csv          

For instance, hither'southward the COVID-19 spreadsheet and you tin direct download the file as PDF or XLS file with simple manipulation of the original sheet URL.

Also see: Email Google Sheets on Schedule

Copy and Make any shared Google Drive File your own

Replace /edit with /copy in the URL of whatever native Google Drive file and anyone can click that link to rapidly make a copy of that file in their own Google Drive. Effort here.

            Original Link: https://docs.google.com/certificate/d/FILE_ID/edit  Re-create Link: https://docs.google.com/document/d/FILE_ID/copy          

The /re-create URL trick works for Google Docs, Sheets, Slides and Google Scripts. Add ?copyComments=true if you would like the copied document to include the comments from the original document. Set includeResolvedCommentsOnCopy=simulated to skip copying resolved comments and copyCollaborators=false to not share the copied certificate with the original collaborators.

Y'all can apply it for Google Forms too but the form will be copied to some other user'southward Google Account only if the form possessor has granted admission to the form.

Invite users when copying documents

If you add userstoinvite=e-mail@domain.com to the copy URL, the Google user who is copying the certificate will exist prompted to share the document with the specific Google account immediately subsequently copying the document.

https://docs.google.com/certificate/d/FILE_ID/copy?userstoinvite=emailaddres

Google Drawings - Embed equally Image

You tin export your Google Drawings as SVG, PNG, JPEG or PDF files by replace /edit in the cartoon URL with /export/FORMAT.

For case, if the Google Drawing URL in Drive is:

https://docs.google.com/drawings/d/FILE_ID/edit

The directly link for downloading the drawing in vector format like SVG or as a PDF file would exist:

            https://docs.google.com/drawings/d/FILE_ID/export/svg https://docs.google.com/drawings/d/FILE_ID/consign/pdf https://docs.google.com/drawings/d/FILE_ID/export/jpg          

You tin fifty-fifty use these links to embed Google Drawings as inline images in your HTML webpages using the <img> tag every bit shown here.

                                                            <p                >                                                              <img                src                                  =                  "https://docs.google.com/drawings/d/FILE_ID/export/png"                                alt                                  =                  "Google Cartoon"                                />                                                              </p                >                                    

Besides run into: The Most Important Google URLs

hiatttichich.blogspot.com

Source: https://www.labnol.org/internet/direct-links-for-google-drive/28356/

0 Response to "How to Make Download Url Read Only"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel