cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: How to get the remaining space in C#

How to get the remaining space in C#

Julien_Do
Explorer | Level 3
Go to solution

Is there a way to check the remaining space in c#?

1 Accepted Solution

Accepted Solutions

TaylorKrusen
Dropbox Staff
Go to solution

Yep! There's a users/get_space_usage endpoint available on the API that will return usage information about that account. 

You can also use the official Dropbox API v2 .NET SDK. Here's a link to the relevant method.

View solution in original post

1 Reply 1

TaylorKrusen
Dropbox Staff
Go to solution

Yep! There's a users/get_space_usage endpoint available on the API that will return usage information about that account. 

You can also use the official Dropbox API v2 .NET SDK. Here's a link to the relevant method.

Need more support?