Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenous committed Feb 1, 2018
1 parent 79649cf commit 3ec61b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/XUP/adapters/drive.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public function deleteFile($params) {
$client->addServer("127.0.0.1","4730");
return $client->doBackground("toprakDriveRemove",$job);
}
/**
Drive api doesnt gives directly access token and refresh token so this function getting them with auth key
*/
public function tokens($formid,$qid,$auth) {
require_once '/www/v3/toprak/Adapter/vendor/autoload.php';
$code = explode('"',$auth);
Expand Down

0 comments on commit 3ec61b8

Please sign in to comment.