Здравко Legendary | Level 20

Comments

  • 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…
  • @"TC888" wrote:... Is this a bug? ... Hi @"TC888", If you can access non shared file in such a way that for sure would be a bug. Is the file non shared really? 🤔 Taking in account following: @"TC888" wrote:... Is the link generated by "copy link" usable by anyone without authentication? ... Most probably you are talking…
  • @"ajay699patel" wrote:... I have created an App in Dropbox and generated an access token but it expires in sometime. How can I generate an access token and upload a file without going through authorization flow? ... Hi @"ajay699patel", At the beginning let's clarify that long lived access token is something obsolete and in…
  • @"HealthFreak" wrote:... Anyway I really just wanted to understand whether this "Boxcryptor for Individuals" would provide better protection for the connection and transfer of files from my Mac/iPhone to Dropbox cloud.. and to iCloud for that matter. ... @"Здравко" wrote:... As @"ROKYRAJ" noted, end-to-end encryption…
  • As far as I can understand your last clarification - Yes - in this context Dropbox protects your data. You mean connection protection and as I already said before - it's protected. Just don't put end to end encryption in your question, which is something completely different!!! That's what you are asking for is NOT end to…
  • OMG!!! There are many ways to protect some data. One such a way is to encrypt data and store somewhere. If that's what you are asking for - No - Dropbox doesn't do it. Another way is to protect data transmission between 2 points (usually a device and server). In such a way entire communication (including transferred data)…
  • @"HealthFreak" wrote:I didn't ask for a definition of End-to-end encryption - ... 😯 Yes, you didn't ask, but seems have no idea what this means! 😁
  • Hi @"HealthFreak", You question is somewhat meaningless. Probably you want to ask if connection between your device (Mac or iPhone) from one side and Dropbox servers from other side is encrypted. If so, TLS1.2 is in use - might be not the best, but it's reliable enough. As @"ROKYRAJ" noted, end-to-end encryption (E2EE) is…
  • @"Mousumi Datta" wrote:... I have uploaded the file to dropbox. but the file was not uploaded. ... Hi @"Mousumi Datta", 🤔 Hm... And at the end did you upload the file or not? To be able somebody help you, some additional information would be fine to exists. Most important: What actually is the issue??? How have you tried…
  • @"Paul R.17" wrote:... Yes, I have tried, but it appears that I run the code, and then I open a browser to `localhost:3000` which then redirects to 2 consecutive pages to authorize access to my app, is there anyway to avoid this authorisation process? ... If you mean to avoid it completely - No (not yet, at least). If you…