Can I list files in my Google Drive folder from the web?
13 次查看(过去 30 天)
显示 更早的评论
Is it possible to list the files I have in a Google Drive folder using the dir command and the URL?
0 个评论
回答(1 个)
Cris LaPierre
2020-3-15
No, at least not that simply. It's quite a process to connect to google drive from MATLAB. Here's a question I asked just trying to write a file to google drive.
2 个评论
Cris LaPierre
2020-3-16
From what I had to do, it appears all queries have to be made using webwrite. I suspect, then, that any results would have to be read using webread. See this google api reference page for what a standard query looks like.
This isn't an aread where I know what i'm doing (hence my post asking for help), so I should probably let others who know more answer from here.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Google 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!