api events
I am having trouble adding a new event through the api. I get a 403 error. Here is my google script code if anybody would be so kind as to point out where I have messed up. :) Thanks so much.
https://gist.github.com/portercar/945c29474fece0e208991ac27f724203
-
CPorter commented
I figured out my problem. It was with the scope in the request header. I changed it to Auto and that solved it. It probably should have been more obvious to me as I could create a contact but not an event.