mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-09 17:06:18 +00:00
Fix problem searching users on Shibboleth Server. Add OC_API_HEADER to GetRemoteShareesOperation
This commit is contained in:
parent
0acd17d8ac
commit
a9ada0b508
@ -131,6 +131,7 @@ public class GetRemoteShareesOperation extends RemoteOperation{
|
||||
|
||||
// Get Method
|
||||
get = new GetMethod(uriBuilder.build().toString());
|
||||
get.addRequestHeader(OCS_API_HEADER, OCS_API_HEADER_VALUE);
|
||||
|
||||
status = client.executeMethod(get);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user