Comments
-
Hi @"ShiminCai", There isn't file size limit (there is actually but it's big enough, so doesn't matter), but it's a single transaction limit - not guaranteed more than 150MB. As can be seen in your code you are using single transaction upload only. Is it so, or just something is missing in your post. In such a case you are…
-
Hi @"renkoha", 🤔 To be honest, I'm not sure what are you asking really. All you need to do is already on your screenshots. On first screenshot is a message "127.0.0.1 domain does not match any Chooser/Server domains. Register app domains on app settings." 🧐 As far as I can see on the second screenshot (your app settings)…
-
@"Itai M." wrote:... Can you please check what causes this failure and suggest the proper way to handle this. ... Hi @"Itai M.", 🙂 You question is little bit philosophical. Main subpart of your question could be is there some failure at all?! In general software exception is a way some function/method (or generally code…
-
@"phmacena" wrote:Hi! I'm trying to use the Dropbox API to create a folder within a shared folder. The problem is that I only have the "shared_folder_id", I don't have the "path". ... Does anybody know if there is any other endpoint for me to use and create a folder within a shared folder using the "shared_folder_id"? Hi…
-
Hi @"mr_neffets", Unfortunately nothing has been fixed yet. Dropbox support only Basic Multilingual Plane subset of all Unicode code points. 🤷 As far as I know this never changed. @"mr_neffets" wrote:Just a week or so ago, I had to go through a process of renaming a bunch of pdfs because they included diacritics (e.g. á,…
-
Hi @"marksmithhfx", I suppose, you haven't logged out of your Dropbox account in your web browser and haven't forced reauthentication (it's so by default). In this context - Yes, it's something normal. 😉
-
Hi @"DeliberatelyDisasterDeterred", Take a look on some competitors. pCloud, for example, can provide backup for different online services (including Dropbox) on reasonable price, I think. Good luck!
-
@"oatcake" wrote:... I'm specifically asking how to go about allowing access to multiple end-users, that are securely logged into my app, to access the same Dropbox account ... Hi @"oatcake", Seems you haven't read carefully my previous posts above. Ok, your account is identified and authenticated with corresponding…
-
Probably I'm not clear enough... Yes Dropbox API uses secure connection and, Yes, data transfer is protected. That's not a possible issue. To be initiated any transfer (secure or not, doesn't matter) authentication token is need to provide access to your account in client browser. It's impossible a client to get access to…
-
@"oatcake" wrote:... So I assume that what I'm trying to do is possible but not advised?... Hi @"oatcake", You haven't mentioned, your application is server side one or user side. Server side application doesn't provide to users any sensitive information you don't provide explicitly. It's much more complex for client side…
-
Hi @"duynh7401", 😯 Seems I was not clear enough. Hi @"Здравко" wrote:... you should fill the path field in Dropbox API Explorer with "/folderName" (without quotes). ... Add ".zip" to the downloaded file name (i.e. "folderName.zip") to make sure your file explorer can "understand" the file correctly. ...…
-
Hi @"duynh7401", While pointed path is folder everything is Ok. Let's assume you are using Dropbox application on your computer and there is Dropbox folder somewhere (doesn't matter where exactly - on default place or different one). I will mark this folder as just "Dropbox" (something typical). If I can follow your…
-
@"duynh7401" wrote:I try to use this API a lot of time, but it always download a document file which I even could not open. ... Hi @"duynh7401", Be careful what exactly you are trying download and if that what you are trying matches particular API call requirements. 😉 If you take a look on 2/files/download_zip…
-
Hi @"gsanvel", Probably the "Access Key (hidding for privacy)" denotes the place for you access token. Take in mind that the access tokens, used in all API calls, validity is limited to 4 hours only! Maybe you have thought to use long lived access token. If so, you have to be aware that such tokens type is obsolete and…
-
Hi @"marksmithhfx", Generation of long lived access token has been dropped already, despite of available (generated before) can be used still. Yes, some documentation isn't very clear unfortunately. 🤷 Maybe the are not updated yet. Usage of refresh token can be used to achieve the same user experience - it doesn't expire.…
-
Yes.
-
🤔 To be honest, I'm not sure what exactly you are looking for. You have OAuth flow completed already and received corresponding authentication info (oauth_result.access_token, oauth_result.expires_at, and oauth_result.refresh_token); take a look on your post above. You can keep this entire information in the same way you…
-
@"Greg-DB" wrote:... and then use the 'dbx' object to make whatever API calls you need. As long as you give it those credentials and the credentials are still valid, the SDK will perform the refresh for you automatically. @"Johnson9070", If there is automatic access token refresh, why are you thinking that authorization…
-
Hi @"MikeKell", I think you are mixing 2 different things. Your referrals to post that describes security considerations about client side application can be applied to server side application (as your is) as much as for long lived access token - i.e. no so much applicable. When you provide to a client application,…
-
Hi @"gvillasboas", When the error message is "missing_scope", most probably the required scope is really missing. Is it so or not? 🤔 Do you have "sharing.write" scope within your scopes set declared for the application? And something else: Why you are trying to use obsolete method in your code?! Despite such methods still…
-
Hi @"marksmithhfx", Your question is very generic, so it's difficult to receive exact answer. Additional time consumption is on refresh only. Since data size transferred is relatively negligible, establishing secure connection gets primary weight. In other words additional time depends on your connection latency more than…
-
Hi @"OperationsDreaming", Take a look on https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Need-Permanant-Access-token-for-drop-box/td-p/583956 😉 In short - there is no more long lived access token and you should add refresh token in your code. Hope this helps.
-
Hi @"nitish166", The refresh token seen on your dump doesn't expire. Do you use it or the access token only?! 🤔😉 Hope this gives direction.
-
@"Acey1" wrote: ... and now the access token is gone and asks me to generate a new one i generated it and refreshed 3 more times ... Hi @"Acey1", Your explanation is not very clear. What you mean with generated it? Also, what exactly you have refreshed? Refresh is automatic process! Regular access token is valid for 4…
-
Hi @"lizat", Take a look here for different available variations (simpler - just an anchor, and richer - with some more options). Hope this helps.
-
@"deeplove" wrote:... Error: com.dropbox.core.InvalidAccessTokenException: {"error_summary": "missing_scope/.", "error": {".tag": "missing_scope", "required_scope": "files.metadata.read"}} ... Error: com.dropbox.core.InvalidAccessTokenException: {"error_summary": "missing_scope/...", "error": {".tag": "missing_scope",…
-
@"Pixcel" wrote:... Can someone explain to me how the application connected in Dropbox works? I contacted the support from the application and they talk about a token but I don't know how it works and I think I can't do nothing myself? ... Hi @"Pixcel", Yes, your information is correct. Most probably it's going word to an…
-
Hi @"TheWhistler1967", Have you listed the available groups? 🧐 There should be correct id for every one entry, if any. 😉 Hope this gives direction.
-
Unfortunately, I don't have any info on this regard. Try edit the SDK used by you. Only the part related to authentication need changes, so shouldn't be a big deal. Just add there refresh token handling and... that's all (I hope the rest works properly). I can't say anything more. Good luck.
-
Hi @"rs123", Seems you are using unsupported SDK. Regular access tokens expire in 4 hours as you noted. @"rs123" wrote:... NB: I am aware that dropbox no longer allow tokens with no expiry (as of September 2021) so I need to go down the refresh token route. Not exactly! Existing long lived access tokens (if you have any)…