How does one use an image stored in Google Drive in a Google Sheet?
-
I can't believe what a hard time I'm having trying to include an image stored in my Google Drive in a Google spreadsheet with image(URL), so I think I'm missing something simple. There are a bunch posts online offering solutions but none of them seem to work. They either use URL schemes that won't work with Google spreadsheet's image function (http://drive.google.com/uc?export=view&id=FILEID) or provide URLs that expire in a few hours (http://gdURL.com). Note that I've had to store the temp URLs in a cell then point image() to that cell as using the Google Drive temp URL directly in the image() function causes a syntax error.
-
Answer:
Google uses links that expire when serving up images in the browser for Google Drive. I can get several images to display in a spreadsheet using resource links I find in the browser, but sadly, they stop working after a few minutes. No matter which link I use. I think Google would prefer you use Google Photos for this. But they don't make it easy to insert an image into a cell. Instead, you get a floating image above your spreadsheet. From the menu, choose: Insert > Image > Your Albums Right-clicking and copying the URL is disabled after you image is floating in the spreadsheet. You may be able to get it by searching the resources in the console. My personal method of choice (for building online stores) is dropping my images into a folder on my shared hosting account using an online IDE I love called https://shiftedit.net I then prepare a spreadsheet with links to all the store images in the cells wrapped in =image("http://www.mysite.com/myimage.jpg") so customers can edit the spreadsheet and I can upload a CSV into their store. The spreadsheet is a Google doc so they can view the images related their products.
Cameron Crest at Quora Visit the source
Related Q & A:
- How do I use Microsoft Word to open a Google Drive cloud document?Best solution by Quora
- How to get google drive account name?Best solution by Stack Overflow
- How to open file using Google drive api?Best solution by Stack Overflow
- How do I copy my hard drive to a new one?Best solution by wikihow.com
- How do you use an image to search the Internet?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.