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
First, thanks for writing this package! It's extremely useful.
I ran into the error:
Error: google restricts requests to 2500 requests a day for non-business use.
When trying to use 'dsk' as a source on a data table with more than 2,500 rows. I was able to work around this by setting the client and signature parameters to dummy values, but it seems like a pretty simple issue to fix, possibly as simple as adding an if clause, but I'm not sure what future plans you may have. Please see below for additional detail.
First, thanks for writing this package! It's extremely useful.
I ran into the error:
When trying to use 'dsk' as a source on a data table with more than 2,500 rows. I was able to work around this by setting the
client
andsignature
parameters to dummy values, but it seems like a pretty simple issue to fix, possibly as simple as adding an if clause, but I'm not sure what future plans you may have. Please see below for additional detail.http://stackoverflow.com/questions/42282492/ggmap-dsk-rate-limit/42604188#42604188
The text was updated successfully, but these errors were encountered: