Re: Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found.

2018-05-04 Thread Stephen Barrett
Thanks Luis. I'll check there. On Thursday, May 3, 2018 at 9:11:13 PM UTC-6, Luis Xander Talag (AdWords API Team) wrote: > > Hi Stephen, > > It seems your concern is more related to the PHP client libraries rather > than the AdWords API. I would suggest to post your issue here >

Re: Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found.

2018-05-03 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, It seems your concern is more related to the PHP client libraries rather than the AdWords API. I would suggest to post your issue here as the client library owners are better equipped to assist you in this matter. Thanks and

Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found.

2018-05-03 Thread Stephen Barrett
I'm getting this error when trying to view an example on a webpage: Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found. I installed the lib via git clone, I added the lib to a directory called adwords, and I added the adsapi_php.ini file to the root directory of my

Re: Google\AdsApi\Common\OAuth2TokenBuilder

2018-02-20 Thread blair
You are correct. I had all the dependencies in vendor and autoload installed fine via command line but we were ftping the master files for the project from Git Hub. It seems that the download to zip from that source is incomplete. When doing a fresh install of googleads-php-lib-master from

Re: Google\AdsApi\Common\OAuth2TokenBuilder

2018-02-19 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Normally, for PHP client library, if the error being generated states that it cannot find a certain class, then it means that the dependencies are not fully installed/downloaded. I have also encountered this issue before for the OAuth2TokenBuilder when I installed the latest PHP client

Google\AdsApi\Common\OAuth2TokenBuilder

2018-02-19 Thread blair
I've seen this question asked a few times and followed what was being said but had no luck. - I successfully installed via composer and have verified that the src/Google/AdsApi/Common folder is there and it does contain OAuth2TokenBuilder.php. I suspect that my path is wrong but it does load

Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found in C:\test\vendor\googleads\googleads-php-lib\examples\AdWords\v201702\BasicOperations\GetCampaigns.php on line 75

2017-05-24 Thread api . testriver
Hi I need some help with this.

Re: Error "Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found"

2017-01-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sarvagya, Were you able to follow these steps to install the client library? Also, did you use Composer for this purpose? Composer helps download dependencies which are required within your project.

Error "Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found"

2017-01-17 Thread Sarvagya Pandey
Hi, I have set up the PHP API library and configured the developerToken, clientCustomerId, clientId, clientSecret and refreshToken in adsapi_php.ini . Now when i try to run GetCampaigns.php via terminal it throws an error "Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not