how to open uploaded web in google drive

Learn about underground URL tricks for Google Drive to chop-chop create direct download links, copy or preview shared files in Drive.

With Google Drive, you lot can shop files in the cloud and share them easily with anyone. Open up any file in Google Bulldoze, click the Share push button and you'll go a URL (link) that others tin employ to admission your file. This is common knowledge but Google Drive has plenty of URL tricks upwards its sleeve that will brand these simple Drive links even more powerful.

Google Drive URL Tricks

Google Drive Download Links

Google Drive Web Viewer

Google Drive includes a congenital-in web viewer so people can view your shared files - from Microsoft Office documents to videos to AutoCAD drawings - direct in their browser. Y'all can utilize this spider web viewer to view online files without having to download the files to your estimator.

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

Supercede FILE_URL with the total http link of the online document and anyone can view your file in the browser itself. Hither's an instance.

Reader Fashion for Google Drive Files

You can view native Google documents in reader mode (sans the Google UI) past only supercede /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 tin can view the aforementioned certificate in a make clean, reader mode using the link:

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

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

Embed Google Documents in Web Pages

The /preview is useful when you need to embed a certificate, spreadsheet or presentation from Drive in your spider web page using the IFRAME tag as in this live example.

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

Download and Export Google Drive Files

The native file viewer is useful just sometimes you may desire to featherbed the congenital-in Google Docs viewer and strength the browser to download the file instead of opening it. Thus if a user has Photoshop on their reckoner, the PSD file that you have shared through Google Drive volition open up in Photoshop and not in their spider web browser.

When y'all upload whatever file in Google Drive and share it, the shared link looks like this:

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

The FILE_ID is unique for every file in Google Drive. If yous re-create this FILE_ID and use it in the URL below, you'll get a direct link to download the file from Google Bulldoze (example).

https://drive.google.com/uc?export=download&id=DRIVE_FILE_ID

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

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

The direct download URL trick works for native Google documents every bit well. This comes actually handy if you want to give users an option 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 Bulldoze has a URL like:

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

Replace /edit with /export?format=, add the file format that the certificate should exist saved equally and your download link is ready (example).

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

The above links will now download the aforementioned Google document in Word (.docx) and PDF formats. You tin too specify txt, html, odt (OpenDocument) or epub for downloading the Google Document equally an eastward-volume.

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

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

The direct download links for Google Slides is slightly different and so Google Documents. Here replace /edit with /export/format where format can exist pptx for downloading Google Slides as Microsoft Powerpoint files or PDF for exporting the presentation as a PDF slideshow.

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

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

Download Google Slides as PNG Files

With Google Slides, yous can either export the entire presentation as a PDF or you tin create links to individual slides that volition download the slide equally a loftier-res PNG file.

All you demand to exercise is add together ?pageid=pPAGE_NUMBER to the export url. And then if I were to download the 10th slide as a PNG file, the URL would exist:

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

Also run into: Link Directly to specific Google Slide

Open your Google Spreadsheet in Google Drive, make the canvas Public (or share with Anyone with a link) and brand a note of the shared URL. It should be something like 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 can be exported every bit 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/export?format=pdf https://docs.google.com/spreadsheets/d/FILE_ID/consign?format=csv          

For example, here'south the COVID-nineteen spreadsheet and you can directly download the file as PDF or XLS file with elementary manipulation of the original sail URL.

Also see: Email Google Sheets on Schedule

Copy and Brand any shared Google Drive File your own

Supervene upon /edit with /copy in the URL of any native Google Bulldoze file and anyone can click that link to speedily make a copy of that file in their ain Google Drive. Try here.

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

The /copy URL pull a fast one on 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 certificate. Set includeResolvedCommentsOnCopy=false to skip copying resolved comments and copyCollaborators=false to not share the copied document with the original collaborators.

You tin use information technology for Google Forms also but the class will be copied to another user's Google Account merely if the form possessor has granted access to the form.

Invite users when copying documents

If you lot add userstoinvite=email@domain.com to the copy URL, the Google user who is copying the document will exist prompted to share the document with the specific Google business relationship immediately after copying the certificate.

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

Google Drawings - Embed as Paradigm

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

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

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

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

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

Y'all tin even use these links to embed Google Drawings as inline images in your HTML webpages using the <img> tag as shown hither.

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

Also run across: The Virtually Important Google URLs

pearsonrevelf.blogspot.com

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

0 Response to "how to open uploaded web in google drive"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel