Skip to main content
Question

C# How do I detect Box files are syncing without using API?

  • May 22, 2025
  • 3 replies
  • 24 views

Forum|alt.badge.img

Can I get the synchronization status of files locally using C # without using API?
I got the file's attribute when the orange icon is AI. But after synchronization with the server, its attribute do not change.

3 replies

Forum|alt.badge.img

Hi  , we don't have an API for Box Drive to determine if the sync has completed, no.


Forum|alt.badge.img

Yes, thanks for replying to my post!
I have no intention of using the API. I just want to check locally.
The problem I want to check here is whether the file is syncing or not
I tried to get "Attribute" and "Availability" but it didn't solve the problem


Forum|alt.badge.img

Like I said, Box Drive does not provide an application interface to get this information today. If you want to make sure a new file version is uploaded programmatically we recommend writing a script to upload the file instead.