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 trying to build an R script that will be run by various people but all collaborating on the same folder. So I set up a shared dropbox folder. However, we know that users can rename and move their pointers at the shared folder within their space (even though it preserves the linkage).
For this reason, when users execute my package, the relative path isn't guaranteed. I found that the shared_folder_id attribute is indeed consistent for all users. I'd like to be able to run drop_ commands using that id.
While I recognize that not all dropbox api commands may support that, it looks like the get_folder_metadata function does. Is there a way to query by the shared folder id? See their docs here
I'd like to be able to run something like:
drop_get_metadata("shared_folder_id:123123")
The text was updated successfully, but these errors were encountered:
I'm trying to build an R script that will be run by various people but all collaborating on the same folder. So I set up a shared dropbox folder. However, we know that users can rename and move their pointers at the shared folder within their space (even though it preserves the linkage).
For this reason, when users execute my package, the relative path isn't guaranteed. I found that the shared_folder_id attribute is indeed consistent for all users. I'd like to be able to run
drop_
commands using that id.While I recognize that not all dropbox api commands may support that, it looks like the get_folder_metadata function does. Is there a way to query by the shared folder id? See their docs here
I'd like to be able to run something like:
drop_get_metadata("shared_folder_id:123123")
The text was updated successfully, but these errors were encountered: