-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading from SharedFolder API error Not found items #886
Comments
Hi @gosztidj, Thanks for submitting your question, we are checking it and will get back to you ASAP. Best regards, |
Hi @gosztidj, I just verified your code, and everything went well, so please verify if the shared link is correct and the user you are authenticating has permission to access the shared link. If it still isn't working, please let me know. Thank you. |
This link does not require authentication, it is freely available. What could be the problem? |
Hi @gosztidj, I think you should verify your shared link, it should start with If this would not help reach out to support, they can deeply investigate your shared link to get a better resolution: I hope this can help. Best regards, |
Hi @congminh1254 , Some progress has been made. /v in the link corresponds to viewer. I tried to run the code with the python BOX SDK and it ran without errors, everything was downloaded from the given folder. The problem is that I would have to do this in a .NET program and it would run into an error. |
Hi @gosztidj, Thanks for your information, can you provide your code with Python SDK and for us to compare, then we will try to figure out what is going wrong :D Have a nice week. |
Hi @congminh1254, This is working python code: import os def main():
def download_items(items):
if name == "main": |
Hi @gosztidj, Can you try to submit the request manually with CURL with this following instruction Find folder for shared link
The |
Hi @congminh1254 , The folder_id was determined, the problem is that it does not return, or the ItemCollection is null and therefore the error is 404. |
Hi @gosztidj, I got your case. We identified the bug and will fix it as soon as possible, once again, thanks for your patience. I will let you know when the bug is fixed. Have a nice day. Thank you. |
The missing fields were added in #892. It should be shipped soon with the new version of the SDK. You can get items from folder with SharedLink by calling
|
Hello!
We have a shared link that we want to automatically download from in C#, but when I want to access the contents of the folder, I get the following error:
BoxAPIException: The API returned an error [NotFound | crrdb2haxiqfe5eh.0a252b39d52f3d8f12b6e4c8d0b816a1e] not_found - Not Found
Why can't you find the items in the folder?
The text was updated successfully, but these errors were encountered: