1

I want to add a list of all files from my google docs and from dropbox on my website(not a google site). The code of my website is mostly in PHP. I am unable to find a PHP guide for Google Docs list API and dropbox API. Any help is appreciated thanks in advance.

2 Answers2

0

Here's Google APIs Client Library for PHP. Link

You probably need to check this as well: Google Drive SDK There's a tab for PHP example

KennyPowers
  • 4,925
  • 8
  • 36
  • 51
0

3rd Party Dropbox PHP SDK and the Docs for the API generally. You will specifically want to look into the /metadata and /files (GET) calls

Dan
  • 6,008
  • 7
  • 40
  • 41