So, I'm trying to run Dropbox API in a GWT project with GWT and Google App Engine. Even though I brought dropbox API with Maven dependencies, here's what I get;
[ERROR] Line 68: No source code is available for type com.dropbox.core.v2.DbxUsers.GetCurrentAccountException; did you forget to inherit a required module?
[ERROR] Line 63: No source code is available for type com.dropbox.core.v2.DbxClientV2; did you forget to inherit a required module?
[ERROR] Line 71: No source code is available for type com.dropbox.core.DbxException; did you forget to inherit a required module?
[ERROR] Line 65: No source code is available for type com.dropbox.core.v2.DbxUsers.FullAccount; did you forget to inherit a required module?
[ERROR] Line 61: No source code is available for type com.dropbox.core.DbxRequestConfig; did you forget to inherit a required module?
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
So, how am I supposed to inherit Dropbox API in GWT?