Comments
-
Hi Chuck, thank you very much for your support: now my app is able to download and upload a file in my DropBox repository. For being honest, I am not sure why before it did not work. I tried to understand, but I would not be able, at the moment, to say why. It is not important for me, but if it is for you, please, let me…
-
Hi Chuck, I downloaded the DropBox-SDK, executed "Import Project" in Android Studio and selected the folder: ..\examples\android Since I have got the following error:- Error:Failed to resolve: com.dropbox.core:dropbox-core-sdk:0-SNAPSHOT I changed in the build.gradle file (Module: Android):- compile group:…
-
Hi Chuck, I have a doubt. Till now, I have always sent you the "Module: app" build.gradle file. Attached, please, you may fing the "Project: PrvDef" one. Is this correct? Thanks, in advance. Kind Regards, Andre // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript {…
-
Hi Chuck, thanks again for your reply and effort. There are 57 warnings as, please, you can see: I am posting the first ten and the last seven. Let me know, please, if you need the complete warning list. Yes, I have. But clean build is the only command performed by me (apart from Sync Project and Run App). Do you think me…
-
Hi Chuch, thank very much for your prompt reply and suggestions. I applied all the suggested changes. Also I updated the buildToolsVersion from "26.0.1" into "26.0.2": now I may Sync Project without errors. But, if I run the app, I have got a few warnings and the following Gradle Build error:- Execution failed for task…
-
Hi Chuck, attached my build.gradle. Sorry, I have wrongly explaned myself: in this situation (after I have set the build.gradle as your example) I have a Gradle Sync Issue that I had got when I run your download, that is:- Unable to load class 'org.gradle.logging.StyledTextOutput'. I tried to remove this error, but I am…
-
Hi Chuck, thanks for your reply and for yuor advice. I have set a project with the following classes:- . PrvDef . DropboxActivity . DropboxClientFactory . FileThumbnailRequestHandler . GetCurrentAccountTask . PicassoClient DropboxActivity, DropboxClientFactory, FileThumbnailRequestHandler, GetCurrentAccountTask and…
-
Hi Chuck, thank you for your prompt reply. Lovely, I included the dependency directly, as you suggested, and the error that I had from gradle has disappeared! Now, if I run the app, I have got:- Unfortunately, PrvDef has stopped. The issue seems to be in client creating command (that is, "sDbxClient = new…
-
Hi Chuck, thank you very much for your reply and suggestion. In the mean time, there have been a few progresses. With the attached code, I am able to start and complete the flow. Also, to store and re-use the resulting access token. It seems to me have obtained an access token but I am not able to make a client. Indeed,…
-
Hi Greg, thanks again for your prompt reply. I tried to remove the Sync error but I have not been able. You are saying that this error is not referencing Dropbox (and for this reason it is difficult for you to help me). But my feeling is that this error is releted the downloaded codes and settings. For this reason I am not…
-
Hi Greg, thanks for your very prompt reply. Yes, when in Android Studio I execute "Sync Project with Gradle Files", I have this "Gradle Sync Issue":- Unable to load class 'org.grangle.loading.StyledTextOutput' Possible causes for this unexpected error include: * Gradle's dependency cache may be corrupt (this sometimes…