Get help with the Dropbox API from fellow developers and experts.
Is there updated documentation for v 7.0.0 of the .NET SDK? When I upgrade from 6.37.0 to 7.0.0 the DropboxCertHelper class is unrecognized. Thanks
Hello 🙂 I'm working on a React Native app which supports backing up files to Dropbox. I'm using the react-native-app-auth library to authorize my app for access to DB and it all works fine and I get the token, but the authentication form opens up in the browser via http. I've tried using the Linking class from react-native…
Is api.dropboxapi.com TLS1.3 compliant? If not, what are the plans to support TLS 1.3 for Dropbox APIs
I am writing a helper app with the python sdk to iterate through folders within a team folder and add certain child folders within specific folders that have a name matching a list of names I have. So far I am able to iterate through the folders and match the specific folders I want, but some of the folders seem to…
I am fairly new to dropbox and I find it amazing for manging videos etc. I have a client that uses dropbox and wants to continue to do so (don't blame them) but the learning curve in the API for uploading/downloading videos is huge. I was able to use the Short Lived access code to upload videos pretty easily, but at the…
Hello! I'm writing a small Node.js web app to upload files to Dropbox. Login to the application will be via Dropbox OAuth. After this the user will be able to send files to my shared folder Typically the file is first uploaded to the server and then uploaded to Dropbox. However, this results in wasted time and resource…
Hi guys! I'm trying to write code to create a program that will download and upload files and folders from/to Dropbox automatically. When I need to download a single file there's no problem using X.files.downloadAsync("path", await X.GetContentAsByteArrayAsync), but when I need to download an entire folder I don't know how…
下面是dropbox的分享URL,直接访问是可以的 browse the dropbox share url indirect is okay: https://dl.dropboxusercontent.com/scl/fi/e6mzswmo6nb1al3xo2q6h/20240531154801_MACID_42957_.png?rlkey=ov72d1b180j14ko6q8gammlet&dl=0 但通过我们自己服务器的NGINX代理访问,却只能访问到dropbox的404错误页,访问不到真实的分享文件 but browse the share url through my nginx server is 404…
Hi, I am using the latest dropbox-sdk-python. Here is my python code: import osimport dropboxfrom dropbox.paper import ExportFormatdbx = dropbox.Dropbox(os.getenv('DROPBOX_ACCESS_TOKEN'))dbx.paper_docs_download_to_file('temp.md', '12345678', ExportFormat.markdown)# The file only contains the title of the paper.res2 =…
We have a requirement , where I have access to a shared folder which is placed outside of my root foler. I need to programmatically access/upload files/create sub folders inside this shared folder . We tried creating an app from app console.We could access folders inside my root folder using the accesstoken+secret token…
It looks like you're new here. Sign in or register to get started.