0

Here are some examples of shortening multiple urls in google docs.

http://www.lebseodesign.com/2011/04/create-short-urls-using-apis-and-google-docs/

How to accomplish this through Goo.gl shortener?

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
Henry The Least
  • 619
  • 3
  • 11
  • 20

1 Answers1

1

i saw your post here so am going to answer you here and not on my blog

theres is two methods to use goo.gl shortner. through JSON and it requires you to use an API from your API Console.

Implementation can be done using Google Apps script like this example here Problems using the goo.gl API from google apps script

and the documentation to use the api can be found here

https://developers.google.com/url-shortener/v1/getting_started#shorten

Thank you

Community
  • 1
  • 1
  • url-shortener link no longer works and creating links using url-shortener has been deprecated: https://developers.googleblog.com/2018/03/transitioning-google-url-shortener.html – Jim Mar 13 '22 at 18:21