Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

use map inside google sheets, how do I create an API key

I am just trying to create a link to a map inside a google sheet my problem is I need an API key. When I go to OAuth screen in the API request in Google cloud it asks for an app name but I have no app name because it is part of sheets, what API am I supposed to use and how do I get it?

function mapStructures()
{
   var ss = SpreadsheetApp.getActive();
   var map = Maps.newStaticMap();
   ss.getRange("F1").setValue(map.getMapUrl() + "&key= A key goes here but dont know how to fill out OAuth");
}; 

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...