php - Specific files for using Google Drive Service (on SDK) -


good day, noob in google drive sdk , planning integrate in webapp. checked out google-api-php-client svn , noticed it's bit large include in project (it's 5.6 mb). excluding src folder, it's still large me (3.9 mb). want include only files needed google drive integration work. not know files these 2 (google_client.php , google_driveservice.php in google developers' sample) depend on.

can guys pinpoint files (that not related drive) can safely delete? want total file size small possible 'cause believe can affect project's loading time.

thanks(and pardon english)! :)

only checkout library source code , remove services other drive , oauth2:

svn checkout http://google-api-php-client.googlecode.com/svn/trunk/src 

remove files under src/contrib preserve following:

  • src/contrib/google_driveservice.php
  • src/contrib/google_oauth2service.php

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -