Re: [android-developers] Using Dropbox with Android

2011-09-23 Thread TreKing
On Thu, Sep 22, 2011 at 10:41 PM, Bishan tvbis...@gmail.com wrote:

 I tried to create folder in my dropbox account as below.
 DropboxAPI api = new DropboxAPI();
 api.createFolder(sandbox, StockSys);
 but i got below exception.


Contact DropBox.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Using Dropbox with Android

2011-09-22 Thread Bishan
I tried to create folder in my dropbox account as below.

DropboxAPI api = new DropboxAPI();

api.createFolder(sandbox, StockSys);

but i got below exception.

09-23 09:09:24.709: ERROR/AndroidRuntime(439): FATAL EXCEPTION: main
09-23 09:09:24.709: ERROR/AndroidRuntime(439): java.lang.NullPointerException
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
com.dropbox.client.DropboxAPI.createFolder(DropboxAPI.java:514)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
com.dropbox.android.sample.DropboxActions$1.onClick(DropboxActions.java:39)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
android.view.View.performClick(View.java:2485)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
android.view.View$PerformClick.run(View.java:9080)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
android.os.Handler.handleCallback(Handler.java:587)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
android.os.Handler.dispatchMessage(Handler.java:92)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
android.os.Looper.loop(Looper.java:123)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
android.app.ActivityThread.main(ActivityThread.java:3683)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
java.lang.reflect.Method.invokeNative(Native Method)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
java.lang.reflect.Method.invoke(Method.java:507)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
09-23 09:09:24.709: ERROR/AndroidRuntime(439): at
dalvik.system.NativeStart.main(Native Method)

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en