Want to know more about Dash? Check out how I use Dropbox and Dash to make my say easier here!
dropbox
9 TopicsCommunity Member of the Month - April 2025
April has come and gone, and as we ease into the longer, brighter days of summer ☀️, it's of course that time to shine a light on our Community Member of the Month for April. Just like springtime, our Community has been blooming 🌼 with support and good vibes ✨. This month was so brilliant, we've decided to celebrate not one, but two Community Members of the Month 🎉. Please join us in congratulating itahoki and mcmeloni 🙌 These two have gone above and beyond, showing what true Community spirit looks like 💙. Their kindness, insight, and eagerness to help others haven’t gone unnoticed 👏. itahoki shared thoughtful advice and steady encouragement throughout April. Always positive and engaged, their contributions have made a real difference. Just have a look at this helpful post from the 4th of April: mcmeloni jumped into a conversation and shared their experiences and how they fixed an issue. This interaction was also top-tier Community spirit and vibes: We’ve got a special surprise for the both of you! 🎁 Simply reply to this message and we’ll make sure your token of appreciation is on its way to you ASAP 🚀. Think someone else deserves to be next month’s Community Member of the Month? 🌟 Let us know in the comments below ⬇️. And if you want to snag the spotlight yourself, jump into the fun, share your knowledge, start conversations, and spread the love by liking and commenting 💙.28Views5likes0CommentsCloudRail - Dropbox - Missing client_id
Over the Easter weekend (Apr-10, 2025), Dropbox apparently made a change that makes it impossible for PimlicalAdvancedCalendar to log in through its CloudRail library. This has worked flawlessly for many years, and no change was made to PimlicalAdvancedCalendar or the CloudRail library (which is no longer supported by the developer). Is there a reason why Dropbox has suddenly made this change? Anyone else out there with an application that was using CloudRail to access Dropbox have any idea of what Dropbox did over the Easter Weekend?SolvedWix Dropbox App going end of life?
Good afternoon, It would appear that Wix has chosen to drop the Dropbox App that allows visibility/access to specific Dropbox folders directly from a Wix site. Are there any alternatives that anyone is aware of that could support a real-time peering between a Wix website and a specific Dropbox folder to upload and download files? Thank you,179Views2likes1CommentUnderstanding A, B, C, and D Drives: What They Mean and How They’re Used
Hey there, it's Theresa here 👋. You might see me around the Community, popping into different threads and joining conversations and I often notice users looking for the best ways to manage their storage effectively 🚀. By default, Dropbox saves files on your computer’s internal drive, typically the C: drive 👨💻. But sometimes, you need a little extra space, and the D: drive can be a great alternative. It helps free up valuable room on your primary drive while still giving you seamless access to your important files. If you want to learn more about setting up Dropbox on an external drive, check out this guide. But what about those other drives? The ones labeled A: and B:? Why don’t modern computers use them? And what exactly does the C: drive do? Let’s take a nostalgic and practical dive into the world of drive letters and what they mean in computing 💻. A: and B: Drives Ah, the A: and B: drives - ancient relics of computing! Back in the day, these drives were the VIP section for floppy disks, the original storage superheroes of the 80s and 90s. For those lucky enough to have never experienced floppy disks, let me explain: they were small, portable, and could hold a whopping 1.44 MB to 2.88 MB of data. That’s right, an entire three documents …if you were lucky 💾. Modern computers no longer come with A: or B: drives, as the floppy disk has been banished to the land of obsolete tech alongside VHS tapes and Blockbuster memberships 📼. However, those letters are still reserved for these iconic disks, almost like a tribute to the O.G’s of storage - here, computers have to pay their respects to the ancestors too. C: Drive The C: drive is the most important and commonly used drive in a computer system. It is typically the main hard drive (HDD) or solid-state drive (SSD) that contains the operating system (like Windows), applications, and most of your files 💻. In modern Windows systems, the C: drive is like your default "everything" space. It’s where the system stores its most prized possessions, from system files to personal documents to that folder full of memes you forgot about. Installing Dropbox on your C: drive is a great way to store your cloud files locally on your computer while keeping them synced across all your devices. So, think of the C: drive as the top drawer of your desk: it holds all the stuff you need every day, the stuff you’ll probably need soon, and the stuff you just threw in there to deal with later. Keep it clean…or don’t - but either way, the C: drive is where it all goes down 👩💻. D: Drive The D: drive is the unsung hero stepping in when you need a little extra space. It’s like the spare room in your house, or that second closet where you shove everything when company’s coming over 🙊. The D: drive is typically assigned to secondary storage devices. This could be a second hard drive, an optical drive (AKA CD/DVD drives ..remember those?), or even a partition on the same physical hard drive as the C: drive. And let’s not forget its role as the go-to for removable storage like USB flash drives or external hard drives. (Hint: Set up Dropbox on you D: Drive for those "I’ll definitely organise this later" files) 👨💻. So, whether you're optimizing storage, decluttering your digital space, or just taking a trip down memory lane, it’s always good to know what’s going on behind the scenes 😉. And hey, if you ever need help managing your files, you know where to find me 👩💻. I’ll be around the Community, diving into conversations and helping out wherever I can. Got any storage tricks, you or even fun computer nostalgia to share 💾💿📼? Drop them in the comments.. I’d love to hear them!3.6KViews3likes3CommentsDoes Dropbox remove trailing slash at the end of an url?
Hi all, recently we've relaunched a new website: link removed However the Authorization process in Dropbox for a specific link link removed isn't working as intended. Here's how it works: However according to someone in our engineering team calling this url in dropbox does remove the trailing slash at the end leading of this link: link removed resulting in the process to fail. I'm not an expert on this so : What should we do? We recreated the site from scratch in webflow. We used this code on the page to enforce the trailing slash at the end: Any help/ideas would be really appreciated 🙂50Views0likes2CommentsDropboxAPI uploading small files
Hi! I ask for help in solving my problem. I have a Python script that runs on about 500 PCs. After running, each script writes a text file with a size of 60 bytes (approximately) and uploads it to my Dropbox folder. And I ran into such a problem that the created files can be uploaded to Dropbox indefinitely. Sometimes the file can load after 10 minutes, and sometimes after 2 hours or more. I can't figure out what this is related to, please help me figure it out. Here is a piece of my code where a file is created and uploaded to Dropbox.102Views0likes1CommentChatgpt Actions to interact with Dropbox
Hello, i am trying to use chatgpt actions to get and put files to my dropbox account. in below spec file, i am just trying to download /transactions.csv from root folder of my dropbox. with curl command, it works perfectly fine but using chatgpt throws error. Could you please confirm if there’s an issue with my implementation or if additional headers or configurations are required to prevent the request body is supposed to be empty error? i get below response from API: { "response_data": "Error in call to API function \"files/download\": The request body is supposed to be empty, but it isn't; got \"{}\"", "status_code": 400, "action_id": "g-d9e5d6855647322df1b771ba6c20113613691c5e" } Below is my chatgpt spec file: openapi: 3.1.0 info: title: Dropbox File Management API version: 1.0.0 servers: - url: https://content.dropboxapi.com/2 paths: /files/download: post: summary: Download a file from Dropbox description: Downloads the file `transactions.csv` from Dropbox. operationId: downloadFile parameters: - name: Dropbox-API-Arg in: header required: true description: JSON string specifying the path to the file to be downloaded. schema: type: string example: '{"path": "/transactions.csv"}' responses: '200': description: File downloaded successfully. content: application/octet-stream: schema: type: string format: binary '401': description: Unauthorized. '404': description: File not found. '500': description: Internal server error. security: - bearerAuth: [] components: securitySchemes: bearerAuth: type: http scheme: bearer bearerFormat: JWT schemas: {}306Views0likes1Comment