-
Error Method is not implemented
Hi ! I write a code that generate Access Token. It is in JSON format but I extract only Access token and that Access token I used to make Client and call Method. Here I get access token by using this method accessToken1 = getAccess(); // Here I got Access Token, getAccess() give only access token in string formate…
-
Access Token 2
Hi Everyone ! I tried to generate long live Access Token form using URL and Code but I am not able to Get Access Token. Please Guide me to get access token @Greg @Здравко .
-
Access Token
Hello !! I use Dropbox API . I generate client to call method but after some time period it expire. Every time go to APP and generate Access token it not possible. It is possible for testing purpose. But when code go for production How to change Access Token. There is any code or method that generate Access Token…
-
Through error in Copy File Operation
Hello! I perform copy operation like this: FROM_PATH = /sure/copyfile TO_PATH = /sure/automat sure is main folder inside sure there are two file copyfile and automat. In copyfile has a pic that I want to copy in automat, automat is empty but it trough this error. Exception in 2/files/copy_v2:…
-
Want to perform Download Operation
Hi everyone! I want to perform download operation but it is only give information about file I use this : try { outputViews.write(documentUtility.newDocument(client.files().download(filePath))); } catch (DbxException e) { throw new RuntimeException(e); } I want to perform download operation. If their any other way to…
-
Error
hello! When I used this API to perform operation https://api.dropboxapi.com/2/files/get_file_lock_batch It show this error Cannot convert to JSON, detail: Invalid tag: required Tag.SINGLE_USER, but was Tag.UNLOCKED (through reference chain:…
-
Help to remove error
Hi everyone, Good morning I got a error when I try to upload a pic using dropbox This is image path that I give: "C:\Users\ADITYA\Downloads\imagetest.jpg" This is error that I get : Image file not found at the specified path: C:/Users/ADITYA/Downloads/imagetest.jpg Reason: Snap failed unexpectedly and did not provide any…