Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
wwaag76
8 years agoHelpful | Level 6
Path Not Found Error
New user here just working through the tutorial https://www.dropbox.com/developers/documentation/dotnet#tutorial When I generate a token using an app for Full Dropbox, it works OK. However, if I g...
- 8 years ago
Problem solved. Didn't understand that the App folder was created under the main folder Apps. Now working OK. Thanks.
wwaag76
8 years agoHelpful | Level 6
Problem solved. Didn't understand that the App folder was created under the main folder Apps. Now working OK. Thanks.
ABDUL_REHMAN
6 years agoNew member | Level 2
I use this code as well but get the same error. I use code following as :
async Task Download(DropboxClient dbx, string folder, string file)
{
using (var response = await dbx.Files.DownloadAsync(folder + "/" + file))
{
Console.WriteLine(await response.GetContentAsStringAsync());
}
}and Pass perameters like :
await Download(client, "/Apps/Retailme", "Retailme.exe");
But there is same error path/not_found
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!