-1

How can we Create and Edit Google Drive document using Google drive API
from our PHP application?

I have seen this working on box.com. Google has also provides drEdit example app but I am not able to make it working, can you help me or provide me steps to implement it ?

i am getting the below error if i am using drEdit PHP library

Type: ErrorException Code: 8 Message: Use of undefined constant tokens - assumed 'tokens' File: D:\wamp\www\PieCloud\google-api-php-client-master\dredit\utils.php Line: 37

Dipak
  • 495
  • 1
  • 4
  • 12

1 Answers1

-2

I think all you need is this example (it's not Dr.edit): click here

PS: Why are you not able to make working Dr. Edit?

Diego Jovanovič
  • 234
  • 3
  • 14
  • I am getting the below error while using Dr. edit he application could not run because of the following error: Details Type: ErrorException Code: 8 Message: Use of undefined constant tokens - assumed 'tokens' File: D:\wamp\www\PieCloud\google-api-php-client-master\dredit\utils.php Line: 37 – Dipak May 13 '14 at 07:26
  • Take a look... http://stackoverflow.com/q/2941169/3441174 I think you didn't define any variable! – Diego Jovanovič May 13 '14 at 09:50