Matt Willer
Matt Willer
@ManasaMS85 The default client and the client you instantiate are different — calling `.logOut()` on the default client will not log out your client. If you created the client like...
@ManasaMS85 I'm able to reproduce the issue as you describe (thank you for the sample app!), and I'm in the process of investigating the issue. In the meantime, I think...
@ManasaMS85 Can you explain a bit more what you mean by "the previous logout does not work"? In your sample app, it does not appear that you're instantiating a new...
@wangqiwei66 I've just updated https://github.com/box/box-ios-sdk/blob/master/doc/BoxPlatform.md — it should now contain working sample code in both Swift and Objective-C for instantiating a client using Server-to-Server auth. The unique ID you use...
@wangqiwei66 We're in the process of cleaning up this interface and making those parameters non-optional, since they will always be passed to the `ServerAuthFetchTokenBlock`. Because of this, the documentation is...
@kazunoriobata We'll probably need to add some configuration options to allow setting the proxy information. To help us implement this functionality, what sort of proxy settings are you using? That...
@kazunoriobata Great — thank you for the information! Is there a specific type of proxy authentication that you would need to be supported?
@boxcli Proxy support is a feature that we are planning to add eventually, but it is not currently on our immediate roadmap.
@jasonkimchi @tsaishu I wasn't aware that the `owner` parameter could be passed when moving a folder; this isn't really documented anywhere outside of the one reference in the [Error Codes...
@bts-dido Is the issue here that you're seeing the logged error response? If so, you may find the information over at https://github.com/box/box-python-sdk/issues/414 helpful