Greg-DB Dropbox Community Moderator

Comments

  • From the sample you provided, I see that you're trying to call /2/auth/token/from_oauth1, but are just using the oauth1_token and oauth1_token_secret values from the documentation itself. This endpoint is only meant for use if you already have pre-existing OAuth 1 access tokens, which you would plug in there instead of the…
  • If you're just trying to run the Android example app as is, you don't need to run gradlew.bat. You can just switch the Dropbox dependency to "compile 'com.dropbox.core:dropbox-core-sdk:3.0.6'" as you mentioned. (You should use that instead of the existing "compile group: 'com.dropbox.core', name: 'dropbox-core-sdk',…
    in v2 API Comment by Greg-DB April 2018
  • @"emna15" For using the Dropbox API in Android, you should use the Dropbox API v2 Java SDK: https://github.com/dropbox/dropbox-sdk-java There's an example of uploading files here:…
  • For the error you're getting, it looks like you aren't passing in an access token. (I.e., "Bearer" should be followed by the access token.) You'll need to see why that is. It appears you're trying to retrieve it via `session('access_token')`, which apparently isn't working. Anyway, yes, you can programmatically get an…
  • No, use of the Dropbox Saver is free. When a user uses the Dropbox Saver, it does save the file(s) into whatever account they are signed in to in their browser, not your developer account.
  • No, unfortunately there isn't an update on that.
  • The Dropbox API now offers the ability to add arbitrary key/value data to Dropbox files via "file properties": https://www.dropbox.com/developers/documentation/http/documentation#file_properties If you're using an official SDK, there will also be corresponding methods for these endpoints.
  • The Dropbox API now offers the ability to add arbitrary key/value data to Dropbox files via "file properties": https://www.dropbox.com/developers/documentation/http/documentation#file_properties If you're using an official SDK, there will also be corresponding methods for these endpoints.
    in metadata Comment by Greg-DB April 2018
  • The Dropbox API now offers the ability to add arbitrary key/value data to Dropbox files via "file properties": https://www.dropbox.com/developers/documentation/http/documentation#file_properties If you're using an official SDK, there will also be corresponding methods for these endpoints.
  • The Dropbox API now offers the ability to use file properties from full Dropbox (non-Business) API apps: https://www.dropbox.com/developers/documentation/http/documentation#file_properties If you're using an official SDK, there will also be corresponding methods for these endpoints.
  • The Dropbox API now offers the ability to use file properties from full Dropbox (non-Business) API apps: https://www.dropbox.com/developers/documentation/http/documentation#file_properties If you're using an official SDK, there will also be corresponding methods for these endpoints.
  • If you want to enable users to save files you provide to their Dropbox accounts, I recommend checking out the Dropbox Saver: https://www.dropbox.com/developers/saver
  • @"VarunRaj" The getMetadata method takes the path to the file you're looking for as the "path" parameter. In the sample above, the value being passed in is "mPath+mFilename", which would mean that "mPath" is the path to the parent folder that contains the file with name "mFilename", if any. Note that if you're using an app…
  • Yes, while the API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files, it is technically possible to connect and upload to just one account. The SDKs don't offer explicit support for it and we don't usually recommend doing so, for various technical…
  • To be clear, can you confirm if you are referring to the "team space" I mentioned? (If not, and you just want to upload to a share folder mounted inside your member folder, you can use the path from Sharing.ListFoldersAsync.) If you are trying to upload to the team space, once you know the namespace ID, you can use that as…
  • It sounds like you're referring to accessing the "team space". We have a namespace guide here that covers how to access that via the API: https://www.dropbox.com/developers/reference/namespace-guide
  • The Dropbox API now offers the ability to download folders as zips: https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip If you're using an official SDK, there will also be a corresponding method for this endpoint. In the .NET SDK, that's:…
  • The Dropbox API now offers the ability to download folders as zips: https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip If you're using an official SDK, there will also be a corresponding method for this endpoint.
  • The Dropbox API v2 now offers the ability to download folders as zips: https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip If you're using an official SDK, there will also be a corresponding method for this endpoint.
  • The Dropbox API now offers the ability to download folders as zips: https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip If you're using an official SDK, there will also be a corresponding method for this endpoint.
  • The Dropbox API now offers the ability to download folders as zips: https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip If you're using an official SDK, there will also be a corresponding method for this endpoint.
  • The Dropbox API now offers the ability to download folders as zips: https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip If you're using an official SDK, there will also be a corresponding method for this endpoint.
  • @"Jeremiah A.2" No, I'm afraid I don't have an update on this request.
  • @"AlanDT" Thanks for following up. For public data sharing like this, the modified shared link method that thelwang reccomended may be a good alternative. 
  • The Dropbox API does offer the ability to upload files programmatically. For example, you can use /2/files/upload: https://www.dropbox.com/developers/documentation/http/documentation#files-upload The documentation there has an example of calling that endpoint via curl. We don't have any resources for Arduino/ESP8266…
  • For files, the `parent_shared_folder_id` is the "ID of shared folder that holds this file." For folders, the `parent_shared_folder_id` is the "ID of the parent shared folder. This field is present only if the folder is contained within another shared folder." That is, `parent_shared_folder_id` is only set for items inside…
  • The original `t.buffer is not a function` issue should be fixed in the latest version of the library, currently v4.0.3.
  • Le problème d'origine `t.buffer n'est pas une fonction` devrait être corrigé dans la dernière version de la bibliothèque, actuellement v4.0.3. --- The original `t.buffer is not a function` issue should be fixed in the latest version of the library, currently v4.0.3.
  • The original `t.buffer is not a function` issue should be fixed in the latest version of the library, currently v4.0.3.