Computer Science, asked by artisharmabhk, 9 months ago

Give reasons
Google is a service provider in which lot of information is stored

In how many directions can line be drawn using the draw commands ?

Answers

Answered by sainiharshit170
0

The advanced services in Apps Script let experienced developers connect to certain public Google APIs with less set-up than using their HTTP interfaces. Advanced services are essentially thin wrappers around those Google APIs. They work much like Apps Script's built-in services—for example, they offer autocomplete, and Apps Script handles the authorization flow automatically. However, you must enable an advanced service before you can use it in a script.

To see which Google APIs are available as advanced services, look for the Advanced Google Services section in the Reference. If you want to use a Google API that isn't available as an advanced service, just connect to it like any other external API.

Similar questions