Comments
-
Wow... 🤔 @"IMCZug", up to your last post I haven't idea that such a situation is even possible. Are you sure the two screenshots show the same account? 🤷 If so, that might be some new bug in Dropbox. Shared folders (the first screenshot) should show all shared folders in your account (all 12 in particular case), without…
-
@"IMCZug", you can do it in whatever is easiest way for you. In spite of you should be able do the same with just unshare it (as I have described). I should note here that you didn't follow my link! 👆 You're on different page (Recent, not Folders - see the screenshot again). 🙂 Be more careful!
-
Hi @"IMCZug", I have no idea where you have looked before so you saw only one shared folder, but you have 12 shared folders in total. 8 of them are not mounted - "2020-12", "2019-12", "2019-08", "2019-02-07 AGM", "2019-01-26 Burns Night", "2018 Directory", "2017 Directory", and "Gottardino". Other 4 are mounted and you…
-
@"Luan09" wrote:... User-Agent content won't affect the data sent or received when using dropbox's SDK right ? Exactly... Its purpose is informative only. Some servers may be interested how are you trying access them (so they be able provide adapted content for instance). Dropbox servers targeting API access may log this…
-
@"mikeyonaboat" wrote:... Then, lots of reasons to give them just a link instead of truly "sharing" the folder - the user doesn't have a Dropbox account, or they don't have enough space in their Dropbox account for the folder to be shared, it's a one-time contractor project so I just want to use an expiring link to do the…
-
@"Luan09" wrote:Hi everyone, Please help me full definition of User-Agent in DropboxClientConfig, ... Hi @"Luan09", It's hard to be set exact definition. In HTTP is a optional header that lets the client describe itself to the server. By default all Dropbox SDKs put there information describing themself. You can add…
-
@"lucaortis" wrote:... It seems a path problem, but to me the path is fine. If the path was wrong, then I would not be able to upload or download, instead, I can download and upload just fine. ... Hi @"lucaortis", You haven't posted the code responsible for upload and download. Are you using in the path there double…
-
Ahh... @"alicera", now I see what you mean. You want to check not for error in transfer process or error because of existing (already) file, but link validity. It's not so trivial cosa Dropbox links are dynamically generated and even when no real file exists link point to error message (as a content, it's still valid).…
-
In such a case it sounds like some copy/paste error. Make sure that everything enlabeled like "<something>" is replaced exactly to what the something means! 🤷 Don't put anything more or less there. That's it.
-
Hi @"matthewknill", The message, you posted, is clear enough - your authorization header is malformed. Are you certain your header matches the pattern: Authorization: Bearer <Your access token here> According to the data in your post, it's not. 🤔 How exactly have you formatted it? Hope this gives direction.
-
Ok @"IMCZug", follows one little strange part. Let's find out all your shared folders. Open this page. Click on "Get Token" button. Finally click "Submit Call" button. How many entries are in the result? 🤔 If there isn't something private inside, can you post the resulted text (inside the field labeled "Response")?…
-
@"IMCZug" wrote:... It says, “Within a single folder, you can create up to 10 shared subfolders.” ... Hi @"IMCZug", Yes, that's right. @"IMCZug" wrote:... There is no mention of sub-folders in this statement. Furthermore, there is no reference to the definition of a “shared folder”. ... Yes, could be more descriptive, but…
-
Hi @"IMCZug", Yes, the message content is somewhat confusing, but the FAQ that link points to is clear enough, I think. At the beginning, do you have shared folders count above the absolute maximum (30 000)? 🙂 Most probably no, but for completeness, if you have, their total count should be decreased. @"IMCZug" wrote:... I…
-
Hi @"Mwidders", To be honest, I'm not completely aware what exactly you have in mind. There is NO such thing like "token code"! Different authentication ways can be used to authenticate your link to Dropbox and all they end with access token that is in use in regular API' calls. One such way is using confirmation code.…
-
Hi @"aalok", A minimalistic example of what you're asking for can be seen here. The example shows API access using CURL, but it's the same while using any other way/HTTP access method (HTTP client). Of course, once get familiar with the OAuth' idea, you can extend the example to use different authentication methods (PKCE,…
-
@"Greg-DB" wrote:... The /2/sharing/list_file_members/batch endpoint does not return a cursor, for instance. ... @"Greg-DB", Here can be seen: Does this mean that the documentation is "broken"? 🙂
-
Hi @"noacaspi", Take in mind that inherited users and groups are not included in the result, and permissions are not returned while using batch! On using non batch variant inherited users are included by default. 🤔 Can this be the reason for different results, you are getting? Check to be sure. 😉 Hope this helps.
-
@"vinitswar" wrote:... When uploading or deleting a file , from both users, dropbox sends out a webhook with the admin user account id ? Why should this happen. ... "accounts": ["dbid:AADh77aHewSdqZ"], "teams": {"dbtid:AAD8kB2EnFJ0gLq8": ["dbmid:AADCCx57kFX"]} ... i get the same dbid for both the admin user and the…
-
@"apullin" wrote:... And/or does Dropbox API allow for a number of sequential HTTP transactions all across a single keep-alive socket? Hi @"apullin", Do you mean something like pointed out here? If so, Yes, it is possible. Unfortunately, it's NOT a main target to Dropbox' SDK development (in spite you can provide your own…
-
@"TheWhistler1967" wrote:Ok so it seems this is a DropboxTeams thing, so maybe this is closer: ... dbx_t_as_user = dbx_t.as_user("dbid:<string>") ... ... Hi @"TheWhistler1967", As far as I can see, you are trying use your account id (starts "dbid") as a team member id (starts "dbmid"). 🤫 Select the correct identifier. 😉…
-
https://www.dropbox.com/developers/documentation/http/documentation#files-upload 😉
-
@"Paul R.17" wrote: If the scope permissions are later changed in the app, does a new access token apply those changes? ... Hi @"Paul R.17", If you mean, "new access token" got at initial authorization - Yes, otherwise - No. The token' rights/scopes are not retroactive; they keep the state as is/was on authorization.…
-
Hi @"Zachjaryw", It's not possible to get refresh token in the same way as was for long lived access token - from your application's profile (not yet at least), if that's what you are asking for. You have to perform authentication and save the refresh token at the end. Can be used different ways; one such simplified could…
-
Hi @"Remimolette", Yes, I too have noticed it. Seems, it was some kind of glitch (seems in continuation), affecting browsers state (makes it inconsistent). Usually getting to and back from http://dropbox.com/h resets the state and everything gets back to work. Try it. It works for me. Let's hope it will be fixed soon.
-
@"puscasadi" wrote: ... Is there a way to make them visible in dropbox desktop for everyone? For example someone accesses his dropbox folder and these files to appear ... Yes of course, that's what shared file/folder is for. 😉 Just one clarification, you can't share the entire Dropbox folder (only subfolders - which is…
-
Hi @"puscasadi", You are hitting on a Dropbox hurt! 😁🤷 This feature works on collaboration between different accounts only, not between different devices on the same account (as you do). Single account supposed to be used by a single user only and no any synchronization of such type is provided (including between different…
-
Hi @"karanag", At the beginning refresh token is a possible result of OAuth flow, so 'Refresh Tokens vs OAuth Flow' is somewhat meaningless. 🤷 You can't get to long term access without neither of OAuth flow nor refresh token. @"karanag" wrote:... Is there any way we can increase the validity of the token? ... Probably you…
-
@"Tobiwan" wrote:... The subfolders get printed only to around 1500 and in a weird order. For the 1500 i probably have to use recusion again right but how do i activate it in that context? ... Hi @"Tobiwan", Currently, in your code, you are using only files_list_folder method. This method starts content listing process and…
-
@"varunvyas5678" wrote:Hi Greg, I looked into it and got to know that am not getting the Session_Id in the response of upload_session/start callout. ... Hi @"varunvyas5678", Once succeeds, the session id is within response body as JSON text. Fetch it out from there. 😉 Take a look here (for example). Why don't you use the…
-
@"ravimali12" wrote:I'm facing the below error when I upload more than 150 MB size file. ... Hi @"ravimali12", No file size is a issue, but the fact that you are trying to upload every single file at once (in one transaction). Guaranteed transaction size is 150MB. More isn't reliable. In such a way you are transferring…