Difference between revisions of "Get Image URL from Google Photo"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
(Created page with "* Share > Get Link. <pre> https://photos.app.goo.gl/jA7S9gYauXTJQLY88?.jpg </pre> * Paste the link on a different browser tab. The page will be re-directed. * Click on the ima...")
 
 
Line 6: Line 6:
 
* Click on the image then right-click on it, and select "Copy Image Address".
 
* Click on the image then right-click on it, and select "Copy Image Address".
 
<pre>
 
<pre>
https://lh3.googleusercontent.com/oT9vN98vOOEIjyqbJlCw1ncNv_K_e9SuxmVTwhFxKwzL2761I5IAkdkIEd5shFEO_V8IXVKi5A8Wcv0074_rOf9CUt_iATrUwk4gfH84YmAr-V06CzU7uvVSsqAouXwYdya4npu6ELBQR90bvuFJDqC3N8EuNJYk8T6Uh7hvefrR5rNDsETLt_xUCtpyRSkdDR517VDDyuJ_kCprYy0OKMheHegxC9j95JZreZxQDjGnViXnvZy2qlu9x3uw-sXiL-HIni284lQ7pPfoMoLkVjRt5jtmUnG9iqIBpHheIlTTJBbggRx3WWAxXv3YABIaJLF0OX7XMGBO2fAUgpp-5_GCKQ8xJYk1qkRT3swjZuLJeb3JSiWl7gglhxjsneu1K0f31doRSR14nEmIrKppDijHItbijTPOzexQSNUTnwm45eb0HlA6B3rUGnJrCpawzX0zTVPtaEpG1Ue8RqGMbWbReUwlim35dtlqe5Yl2pG-XkOuyaUcG82i-rFuimna4szSL98zlzqej4oYnX7XoTqgJEA4irD872B2F8DxhN9X4Mh-CeZpmb_c62d114MSUZ0Pepa57EOf1rhunUlDg33b4H0S0x9P2lNwXNEF6REdhWplwIWI3DpHpdp1RNbEPSzc1qG1RxOrHMQbG1Aeri9cf6DG0s52fXIe9NmSQ_ZW-YqJzS2FOqNuGQ=w848-h257-no
+
https://lh3.googleusercontent.com/LONGSTRING=w848-h257-no
 
</pre>
 
</pre>
 
* Suffix ?.jpg so it can be referred on website.
 
* Suffix ?.jpg so it can be referred on website.
 
* Change width or height by varying w or h or both.
 
* Change width or height by varying w or h or both.
 
<pre>
 
<pre>
https://lh3.googleusercontent.com/v3TjGh-TUYlqi9pPY7dVoPju63EIcuUj41-sDg7Emao-biqp9AtxSxbjpc299z2ER7qwEcsjEnqYu2hnNnIOQKB_GqA5VpHpQWOpiMvgo_Ofi3ZvWSsT7MMZa0cZ9oRnwF8DdLq45oOAs14UcRXgIGFInOLbMuRaUXmJf5fqMlH2oZrfFb5509YWY_gFpduaGfK9u6D0RHOIWtC6En3b1kgifj3VToBCStETiFEWt9HIJFVfPwWywOWEVt_BSpa0gdaXHqAPf4qC6tjw_XZgmIeDni1mucsoSKn0ChJvDTpJrmdLGkkn1B-YlQvQm3j1K-q8N2RKZQNvJhFd7Bg-bTbmdYWjFJojMsgtyIOeiyJNKHxIvrIMdumlLXxADpEWck7n0-h5wQb5Jk5J8lE79nrZi38Cr62PJdVixQcRBj2EKSU6ceu7OktKBJhRP_-i3Ex2aiAABEgp7BEr9xnIS-LqxkEBQRFx_IbvOCsFiR6BTE6mf1bl6g5ZqyHVZeVipTYRPOva08FllhBC3Fjj3UIFYD3PNCpq0jf3ZNqFAYCh0bpzPhJxg5IJOVWdO66fa905rb9oKgrCwHX84ClJ3IXYPA0YsK9k_crO8pWkB0s3vTSMyhDXZ8qnIbAo1onk=w900-no?.jpg
+
https://lh3.googleusercontent.com/LONGSTRING=w900-no?.jpg
 
</pre>
 
</pre>
 
Reference
 
Reference
 
*https://www.rainsberger.ca/2016/02/19/direct-link-to-image-in-google-photos-for-html-image-tag/
 
*https://www.rainsberger.ca/2016/02/19/direct-link-to-image-in-google-photos-for-html-image-tag/

Latest revision as of 16:13, 9 September 2018

  • Share > Get Link.
https://photos.app.goo.gl/jA7S9gYauXTJQLY88?.jpg
  • Paste the link on a different browser tab. The page will be re-directed.
  • Click on the image then right-click on it, and select "Copy Image Address".
https://lh3.googleusercontent.com/LONGSTRING=w848-h257-no
  • Suffix ?.jpg so it can be referred on website.
  • Change width or height by varying w or h or both.
https://lh3.googleusercontent.com/LONGSTRING=w900-no?.jpg

Reference