I am trying to use API which requires HMAC to authenticate. I was able to generate and use correct key using PHP (using instructions from vendor), but now I need to do the same in Google Apps Script, but I failed… The API key provided by vendor is C77C96EEF6F6995B with information that this is 8 byte hexadecimal. Below is my
Tag: google-apps-script
How to schedule an email at a specific date and time, with the gmail api?
I want to ask if anyone knows how to schedule an email with the gmail API. I am using laravel 8. What I need is, for example, to schedule an email to be sent on a specific day and at a specific time. I already have the function to send mail normally but now I also need the function to
Google Sheets v4 Update Effect JSON Endpoint Data? Shut down on June 8, 2021
I read this article about a Google Sheet API v4 update. Do I need to change the current code structure? I am using simple JSON data for displaying Google sheet data on the web. I made some PHP and …
Duplicate whole spreadsheed using Google Sheets API
I have a spreadsheet with prepared template and a bunch of Apps Script code to work with sheets. I need to export data into this template using Google Sheets API, but doing it in the same spreadsheet for all users is not the best idea. Therefore, I need to create a new spreadsheet for each user. I managed to create
Google Apps Script To POST PDF and IMAGE data to external Apache server
I need a way to get image files and pdf files out of our google drive and over to our apache server programmatically. My PHP works great if I use a standard HTML5 form to perform the upload, which leads me to believe that it is correctly written. (I may be wrong). When I use the google apps script to