With the following code, I get a file stored in Google Drive:
$response = $service->files->get("id-do-meu-arquivo", array('alt' => 'media'));
$content = $response->getBody()->getContents();
The variable $content , now c...
asked by
09.05.2018 / 18:24