We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Ashley B.10
5 years agoExplorer | Level 3
access_error/inside_osx_package/
I was wondering if any would could help. Is there any way to identify what items are in "osx_package". I get the following error when trying to get file permissions access_error/inside_osx_package/
Is there anyway to identify what's in a "osx_package"? How does Dropbox identify these? Is this exposed anywhere in the api?
Thanks
2 Replies
- Greg-DB5 years ago
Dropbox Community Moderator
It sounds like you're referring to calling /2/sharing/get_file_metadata, and in some cases get the 'access_error.inside_osx_package' error back. Dropbox doesn't allow sharing these files like this (e.g., via /2/sharing/add_file_member) anyway, so there wouldn't be shared file metadata to return.
We don't have documentation on how exactly Dropbox classifies these, or otherwise some other way on the API to detect these ahead of time (e.g., from the non-sharing file metadata endpoints), but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. That being the case, I recommend relying on catching that error when it does come up.
- Ashley B.105 years agoExplorer | Level 3
Hi Greg,
I was calling the get file members and found away to avoid the call in the end.
If you check the file flag, think its HasExplicitSharedMembers. From the testing I did this is always false. This looks to have resolved my issue.
Thanks for replying.
Cheers
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!