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
Is there anyway to create the file representation automatically after file upload? When Box sync the files, appropriate file representations are created automatically. It'd be good to replicate this process.
The text was updated successfully, but these errors were encountered:
On Jan 6, 2021, at 6:27 AM, Nathan (Nate) Day ***@***.***> wrote:
Are you referring to the file ID on Box?
If so:
b <- box_ul("some_file.csv", 0)
b$id
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
I'm guessing the thumbnail doesn't get generated until it hits Box's servers, so if you track the ID from code example above you could craft the API request as a follow up action.
This is the first request for thumbnails and we don't have any plans to work on it right now. But if you'd like to make a PR we would consider including it.
Great toolbox developer!
Is there anyway to create the file representation automatically after file upload? When Box sync the files, appropriate file representations are created automatically. It'd be good to replicate this process.
The text was updated successfully, but these errors were encountered: