I am working on google docs api and I want to send request and get the auth code which in exchange will give the access token. Below code is working fine but the problem is I have to copy the auth url and paste it to the browser and then from browser url, I am copying the auth code and
Tag: google-docs-api
How we can insert header and footer in google docs with google docs api using PHP code
I want to insert header and footer in my google docs with google docs api in PHP code. I am doing it like this- but, i am getting this error- Please help me out with this, That how we can insert texts in header and footer in google docs using PHP. Answer In your script, how about the following modification?