Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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");
}; 

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...