Thanks Prince.
We updated the plugin, but get this error, when clicking on Google Drive, Embed Document, and on My Drive. The popop says function(){return u(n),r.apply(this,arguments)}
Here is more info, from Bugsnag.
PHP Fatal Error · Uncaught Error: Call to a member function get_processor() on null in /home/a51zagenie/public_html/wp-content/plugins/integrate-google-drive/vendors/Google-sdk/src/Google/Auth/OAuth2.php:253 Stack trace: #0 /home/a51zagenie/public_html/wp-content/plugins/integrate-google-drive/vendors/Google-sdk/src/Google/Service/Resource.php(217): IGDGoogle_Auth_OAuth2->sign(Object(IGDGoogle_Http_Request)) #1 /home/a51zagenie/public_html/wp-content/plugins/integrate-google-drive/vendors/Google-sdk/src/Google/Service/Drive.php(1317): IGDGoogle_Service_Resource->call('list', Array, 'IGDGoogle_Servi...') #2 /home/a51zagenie/public_html/wp-content/plugins/integrate-google-drive/app/class-app.php(88): IGDGoogle_Service_Drive_Files_Resource->listFiles(Array) #3 /home/a51zagenie/public_html/wp-content/plugins/integrate-google-drive/includes/class-ajax.php(173): IGD\App->get_files(Array, '0AAMctKDY5CpGUk...', false, Array) #4 /home/a51zagenie/public_html/wp-includes/class-wp-hook.php(307): IGD_Ajax->get_files('') #5 /home/a51zagenie
/home/a51zagenie/public_html/wp-content/plugins/integrate-google-drive/vendors/Google-sdk/src/Google/Auth/OAuth2.php:253 [unknown]
// Call Update function of plugin itself
global $UseyourDrive;
do_action( 'use-your-drive-refresh-token', $UseyourDrive->get_processor()->get_current_account() );
$this->refreshToken( $this->getRefreshToken() );
}
We disabled all other plugins, so I doubt it’s a conflict.
Hope this helps.
Herby