ChromeDevTools/timeline-viewer

drive api: error

paulirish opened this issue · 2 comments

  1. have a trace in your drive
  2. never have given timeline-viewer permissions
  3. try to open it.
  4. 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.

second bug fixed.

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...