Jump to content

manoswc

New Members
  • Posts

    1
  • Joined

  • Last visited

manoswc's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. In drive.php public function insert($postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('insert', array($params), "Google_Service_Drive_DriveFile"); } In resource.php public function call($name, $arguments, $expected_class = null) { if (! isset($this->methods[$name])) { throw new Google_Exception( "Unknown function: " . "{$this->serviceName}->{$this->resourceName}->{$name}()" ); } firstpro.php
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.