Skip to main content
Question

Add and update csv file from ios app

  • May 22, 2025
  • 1 reply
  • 4 views

Forum|alt.badge.img

I am saving data from an iOS app to a csv file I want to upload that csv file to my box account. Later want to add new data to same csv file

1 reply

Forum|alt.badge.img

 We have an iOS SDK, which makes it easier to call the Box API from an iOS app. Here is the method signature for uploading a file with the iOS SDK and here is the underlying Box API the SDK is calling. Here is the method signature for uploading a new version of a file with the SDK and here is the underlying API.