You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hi, I'm working on a project to make an add-on for google sheets for my company. The idea is simple: get Google Ads and Facebook Ads data through the API's.
There are about 5 or 6 Add-ons that are able to do It, but since Google Ads API is almost tailored to not work with GAS, I'm wondering if I can make an Add-on that calls an external app. Does anyone know if this is possible?
Thanks
Eric Koleda
unread,
Aug 12, 2019, 8:31:01 PM8/12/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
You can use UrlFetchApp to make an HTTP call to another API, and there is an OAuth2 library you can use if the target API requires OAuth2 authorization.
- Eric
Ievgen Krasovytskyi
unread,
Jul 7, 2025, 8:17:05 AM7/7/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
If that's still relevant to you - we covered all that in our free connector library. You can check the code inside our github https://github.com/OWOX/owox-data-marts