-
Notifications
You must be signed in to change notification settings - Fork 50
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
occ_download_cached()
finds nothing
#748
Comments
@UlvHare thanks for catching this. It appears to be a bug. Some queries seem to work but not all. works occ_download(pred("datasetKey","17e4f415-f4d5-4c3d-b99c-70e4573160e5"))
occ_download_cached(pred("datasetKey","17e4f415-f4d5-4c3d-b99c-70e4573160e5")) broken occ_download(pred("taxonKey", "7553988"))
occ_download_cached(pred("taxonKey", "7553988")) |
@UlvHare I think this might work for downloads older than one day. For me, occ_download(pred("taxonKey", "7553988"))
occ_download_cached(pred("taxonKey", "7553988")) This now works after waiting a day. I try to change it so you can check your cached downloads on the same day as the download. |
occ_download_cached(
pred("hasCoordinate", TRUE),
)
occ_download_cached(
pred("scientificName", "Mammalia")) still doesn't work :-( |
@UlvHare there was some boilerplate that was in the GBIF version that was not in the rgbif generated version, that I am filtering out. Fix is coming soon. |
@jhnwllr, thank you very much! Now it works! |
Hello!
In rmarkdown document I want to check if I have recent (less then month) download and if yes get it else make a new query.
The query (credentials are not shown):
Everything OK, I can get it. But when I try to check:
I get only
Even minimal request
gives the same result, nothing
The text was updated successfully, but these errors were encountered: