Clayton Yochum

Results 24 comments of Clayton Yochum

I haven't tried something quite like this myself, but I notice this in the docs for `drop_media`: > This URL should not be used to display content directly in the...

Hi @ardeeshany, Is there an error occuring? You might be able to see it in the logs if you're deployed on a remote instance, or if you're running locally from...

@ardeeshany are any of your machines Windows? I know we've had issues with file-casing due to Windows being case-_in_sensitive, unlike Linux. You're probably right on `drop_dir`. This package is hard...

Dropbox itself is also case-insensitive, which I suspect is the real issue, Windows aside.

@ero Could you provide a more reproducible example? What do you mean when you say "save the session", are you saving your workspace to an Rda file?

Should we have a specific target? 80%? 90%? I think I can do a fair bit more with auth than I am currently; something like https://github.com/jennybc/googlesheets/blob/master/tests/testthat/test-auth.R

@karthik cool, no rush. Some additional notes: - no end-user apparent changes here, just refactoring. - added `tibble` as an import so I could use `lst`; doesn't actually add a...

Went ahead and chucked it into 0.9; feel free to move to 0.8 if you get ambitious.

@KasperSkytte the trick is handling nested fields returned by the API, and affects all the functions that get back metadata objects (most of them). Do you have a preference between...

Hi @georgevbsantiago, unfortunately files larger than 150MB can't use the usual `upload` endpoint and must instead be chunked into parts and uploaded during a session, using a set of endpoints...