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
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.
The text was updated successfully, but these errors were encountered:
magic for google drive /view/ URLS. ref #6
60fe229
second bug fixed.
Sorry, something went wrong.
925bbd3
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...
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: