Skip to content
New issue

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

Change debug notice to identify non-downloadable gdrive files #6871

Merged
merged 2 commits into from
Mar 15, 2016

Commits on Mar 14, 2016

  1. Change debug notice to identify non-downloadable gdrive files

    People can share files in GDrive and select in the advanced sharing
    options that the users with which these files are shared are not
    authorized to download the files. This was causing CartoDB to crash, as
    it was expecting a DownloadUrl or an ExportLink, and in this
    "non-downloadable" scenario none of the options is available for the
    item.
    
    In this case, we just ignore the non-downloadable files and list the
    rest of the files. In case we need to debug this in the future, the
    non-downloadable debug message can be found at the notifier.
    iriberri committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    04c1aa2 View commit details
    Browse the repository at this point in the history
  2. Update NEWS.md

    Carla committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    bd24e17 View commit details
    Browse the repository at this point in the history