We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't read docs with multiple tabs.
create a multiple tab google doc. like this one:
run the code in code example with your documentID.
$client = new Client(); $service_file = storage_path('google-credentials.json'); $client->setAuthConfig($service_file); $client->setScopes([\Google\Service\Docs::DRIVE, \Google\Service\Docs::DOCUMENTS]); $doc_service = new \Google\Service\Docs($client); dd($doc_service->documents->get($documentId)->getTabs()); // it returns null
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can't read docs with multiple tabs.
Environment details
Steps to reproduce
create a multiple tab google doc. like this one:
run the code in code example with your documentID.
Code example
Thanks!
The text was updated successfully, but these errors were encountered: