Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 552 Bytes

File metadata and controls

20 lines (13 loc) · 552 Bytes

UrlFetchApp Examples

The UrlFetchApp library allows you to fetch resources and interact with external APIs over HTTP/HTTPS.

Examples

  1. Fetch Data from an API:
    Fetch JSON data from a public API.

  2. Send Data to an API (POST):
    Send a POST request with JSON payload.

  3. Fetch an Image and Save to Drive:
    Fetch an image from a URL and save it to Google Drive.

Scripts