Comments
-
In such case, the only reason can be you have set different email in 'emails' parameter that the one you're exploring. You may have added or remuved some letter/digit or incorectly set some symbols (digit zero and letter O looks pretty similar on some fonts for instance). 🤔 Make sure there are missing such mistakes (it's…
-
Hi @"infra", In spite the user ******@yyy.com can't see the folder in his space, can the same user find it out in his shared folder list here? Check this out. 😉 Hope this helps.
-
Hi Victor, Did you try to sign out of your Dropbox account in the background window, seen on your post (not the small one), and try to open the same link again (without signing in back in your account there). If not, try it. Does the link open properly in this case? Good luck.
-
Folder creation can be skipped. The folder will be created on first file upload if missing. 😉
-
@"purringpigeon" wrote: ... But my old call was not compiling. That's not something API related! Check what's wrong in your syntax, compiler options, etc.
-
https://www.dropbox.com/developers/documentation/http/documentation#files-upload
-
@"purringpigeon" wrote: How do I set the mode? I don’t see the option on the new API. @"purringpigeon" wrote:... DBFILESWriteMode* mode = [[DBFILESWriteMode alloc]initWithOverwrite]; [[self.restClient.filesRoutes uploadData:@"/ServiceReport.sqlite" mode:mode ... ... Something that's missing in you second code snippet! This…
-
@"Omri1984" wrote:... and befoe every call i am calling the var client = new DropboxTeamClient(request.AccessToken, request.RefreshToken, request.Expires, ClientId, ClientSecret); and I need it because that sometimes i am handing for the same client al the data content and all the user and groups as well ... You don't need…
-
The token itself (both refresh and access) no (the above call is NOT affected). You have to take this in mind when actual API calls are performed (adding additional headers, whenever and if needed, on business account - as you are doing). That's it.
-
My version is definitely not the up to date one. Dropbox regularly drops some important features for me. That's why I keep relatively old version with feature available that are missing in new versions. The selection view is not such a feature, as far as I know. Other users in this forum confirmed it works. I don't know…
-
Just for reference, a selection process on some pictures. Initial (no select mode view): After selection of the first image: Now everything else in the same folder can be selected and be performed action from ellipsis menu (up-right corner). I haven't changed any settings, it's so by default.
-
Hi again @"Tinchohs", To be honest I don't have iPad, but the explained works in such a way on my phone, so I suppose for iPad could be the same. On first tap and hold only the selected file will get selected, not immediately others! The file will not being opened in some application, associated to corresponding file type…
-
Hi again @"Omri1984", To be honest I expected your token empty, but it seems Ok, at least. Let's see is it really Ok or not actually. Execute following command in terminal: curl https://api.dropbox.com/oauth2/token -d grant_type=refresh_token -d…
-
Hi @"Omri1984", Can you just print (or display somehow) content of "request.RefreshToken"? Is there something that looks like valid refresh token or not exactly? 🧐 Hope this gives direction.
-
Hi @"purringpigeon", Where you have set the mode to overwrite (as in first version)? 🤔 If missing, the behaviour is normal when file with the same name already exists. 😉 Hope this gives direction.
-
@"1575475" wrote:... IMHO the question is not why I'm getting an error (which is pretty much clear), but why this popup appears. ... Exactly, that's why you have to redirect your question to platform provider or read the documentation. As a good troubleshooting step if possible, dump and evaluate raw communication between…
-
@"1575475" wrote:Sdrastwuj Sdrawko, I used to learn Russian at school, just about 50 years ago, but almost forgot everything 🙂 At least I'm still able to "decipher" cyrillic letters. ... 😁 Здравей Йан, I have no idea where you decide from that I'm Russian. If the only reason are Cyrillic letters, what alphabet is in use in…
-
That's right. The idea of Smart Sync is keeping file away (or online only) while they are not in use, so less disk space is engaged. If you try do something to Smart Sync-ed file, it syncs back (i.e. becomes offline), so you be able do what's intended. Once everything done, and Dropbox wait to avoid meaningless automated…
-
Hi @"Tinchohs", Did you try to touch an entry (file or folder) and keep the touch for a moment until the entry gets marked. After that you would be able select any other entry from current folder in addition and do whatever action available for selected set (including copy, move, delete, etc).
-
@"1575475" wrote:... I get a strange error: Error in call to API function "sharing/add_folder_member": Invalid authorization value in HTTP header "Authorization": "Basic <some base64 string>" Expecting "Bearer <oauth2-access-token>" I do provide an bearer oauth2 access token for app authentication (app ) and my user id (as…
-
@"MansoorJafari9" wrote:... I have appkey and appsecrect and I want to get access token with this URL "https://api.dropboxapi.com/2/auth/token/from_oauth1" ... Hi @"MansoorJafari9", The access point you are calling is a transitional feature, intended to transform outdated OAuth1 token to OAuth2 token. It's not a good idea…
-
@"Graeme T.1" wrote:Does this mean that the solid green files do *not* get Smart Synced 'away' if Smart Sync is enabled? ... Hi again @"Graeme T.1", I can't understand what you mean "if Smart Sync is enabled". 🤔 "solid green" means that Smart Sync is NOT enabled for particular file! That's the difference, "green hollow…
-
Hi @"AndyLei", Do you understand that you mixed 'urlencoded' with 'JSON'? 😉 Hope this gives direction.
-
Hi @"Graeme T.1", They are not absolutely the same. The first is permanently offline (until you explicitly change this or do something that does it implicitly). The second case is something like "temporarily offline". It's usually a "online only" file that gets offline as intention to open result and will (eventually)…
-
Hi @"Petugo", You have to check your setup. I just repeated what you describe and it seems work. @"Petugo" wrote:i followed the guide on https://www.dropbox.com/developers/embedder ... <a href="https://www.dropbox.com/sh/0a2v1bd2z6cfmcq/AAC15SSmIP6vBshB2iFxsAVOa?dl=0" class="dropbox-embed" data-height="1000px"…
-
@"Dyonysios" wrote:... What will Dropbox do? Match the cloud to what is on my laptop or match my laptop to what is in the cloud? ... Hi @"Dyonysios", The correct answer is the files on your laptop that differ will get updated to what's on cloud (cloud files are newer in particular case). I believe based on this, you can…
-
Hi @"Jay0203", No. Changing your account password is not supposed to affect neither any application key (including on your own application) nor issued token. Application key is something application specific. It identifies the application itself, not anything else (like an account, including your, and cannot be affected by…
-
Hi @"GIS_questions", Take a look on https://github.com/dropbox/dropbox-sdk-js/tree/main/examples/javascript 😉 Hope this helps.
-
Hi @"GNiX", All posted by you are warnings/deprecation messages. Unfortunately, since Linux is NOT first class citizen on Dropbox 'opinion', very often upcoming changes lag in time (sometimes actual actions start after really application stops working completely). Since by now posted by you are only warnings, they can't be…
-
@"mark_urq" wrote:... I deleted the app from my iPad then reinstalled it then tried to sign in using my username and password but again got the same message re too many devices? Hi @"mark_urq", Take in mind that when you delete Dropbox application from any device, it doesn't mean that established connection on that device…