You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The multiple points of failure here, some of which are likely to be encountered by the users:
Incorrect API key, project or table name
Networking issues
Depending on a function these can escalate to user code (where standard reader functions, like read.csv or fromJSON are used) or be suppressed (when httr is used).
From user perspective it could nice if these were handled consistently and resulted in meaningful exception and / or error messages.
The text was updated successfully, but these errors were encountered:
The multiple points of failure here, some of which are likely to be encountered by the users:
Depending on a function these can escalate to user code (where standard reader functions, like
read.csv
orfromJSON
are used) or be suppressed (whenhttr
is used).From user perspective it could nice if these were handled consistently and resulted in meaningful exception and / or error messages.
The text was updated successfully, but these errors were encountered: