box api - Box ApI Upload Folder Not working -



box api - Box ApI Upload Folder Not working -

i trying upload folder using sample project helloworld api of box. gives error.

what pass folder name here "0" . please give me solution.

boxandroidclient client = b.getclient(); intent intent = folderpickeractivity.getlaunchintent(getapplicationcontext(),"0", (boxandroidoauthdata) client.getauthdata(), box_connect.client_id, box_connect.client_secret); startactivityforresult(intent, upload_request);

what found documentation, using 1 default folder. seek 1 instead of 0.

boxandroidclient client = b.getclient(); intent intent = folderpickeractivity.getlaunchintent(getapplicationcontext(),"1", (boxandroidoauthdata) client.getauthdata(), box_connect.client_id, box_connect.client_secret); startactivityforresult(intent, upload_request);

upload box-api box

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -