Platform
Resources
Pricing
Sign in
Get started
Grant Nestor
Owner of Hammies, former Jupyter core developer and co-lead of Jupyter Notebook and JupyterLab teams
Workspace
Fork
Public
Libraries
By
Grant Nestor
Edited
Jan 27
Fork of
Google Sheets API
Importers
2 stars
Insert cell
Insert cell
Insert cell
listFiles
=
async
(
query
)
=>
{
try
{
const
response
=
await
client
.
drive
.
files
.
list
(
query
)
;
return
response
.
result
.
files
;
}
catch
(
error
)
{
console
.
error
(
error
.
result
.
error
)
;
return
new
Error
(
error
.
result
.
error
.
message
)
;
}
}
Insert cell
Insert cell
// gapi = new Promise((resolve, reject) => {})
Insert cell
client
=
{
await
gapi
.
client
.
load
(
"https://www.googleapis.com/discovery/v1/apis/drive/v3/rest"
)
;
return
gapi
.
client
;
}
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
listFiles
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
client
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML