drive api: error
paulirish opened this issue · 2 comments
paulirish commented
- have a trace in your drive
- never have given timeline-viewer permissions
- try to open it.
- errors arent useful. "Download of asset failed. CORS headers likely not applied."
after that... another bug
a URL like such won't work:
https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://drive.google.com/file/d/0B92r6EdKIYq4VlJuaExnc01BWEE/view?usp=drivesdk
but a slight rewrite to this will be fine:
https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=drive://0B92r6EdKIYq4VlJuaExnc01BWEE
we can do the later automatically.
paulirish commented
second bug fixed.
denar90 commented
As I understood way from 1 -> 4 leads to error 4.
When does it happened?
Does it happen when smth wrong with permissions?
About last bug - both urls are not working...