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
I'm using boxr and the box_fetch() function to download the remote directory and it's contents locally. box_fetch() downloads the directory folder structure correctly, but none of the files. That is, all of the folders are empty. box_dir_diff() returns a message that all folders were successfully downloaded, but none of the files were downloaded. I've set 'recursive' equal to 'TRUE', am the co-author of the remote directory, and am properly authenticated. There are 496 files in the directory and using box_dl() within each folder and subfolder to download the file contents seems to be at cross purposes with box_fetch(). What am I missing?
The text was updated successfully, but these errors were encountered:
I'm using boxr and the box_fetch() function to download the remote directory and it's contents locally. box_fetch() downloads the directory folder structure correctly, but none of the files. That is, all of the folders are empty. box_dir_diff() returns a message that all folders were successfully downloaded, but none of the files were downloaded. I've set 'recursive' equal to 'TRUE', am the co-author of the remote directory, and am properly authenticated. There are 496 files in the directory and using box_dl() within each folder and subfolder to download the file contents seems to be at cross purposes with box_fetch(). What am I missing?
The text was updated successfully, but these errors were encountered: