Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester here.
Third Party Integrations
30 TopicsSSL Certificate error or SSH md5 fingerprint not Ok error.
In our application we our using third party login to dropbox using OAuth. When the app is trying to load the login page it is showing error SSL Certificate error or SSH md5 fingerprint not Ok error while communicating with https://marketing.dropbox.com/oauth2/authorize and after that error shows with dropboxcaptcha.com. The login page is not able to load because of this error. Do anyone know why ? We have checked from our side regarding all the certificates in our application. The certificates are valid and have not expired. It looks like it is from the dropbox side.105Views0likes4CommentsLANGCHAIN DOC LOADER CANT ACCESS; SAYS MISSING SCOPE
I am using langchain_community.document_loaders.DropboxLoader the problem is with my api key. although in the permissions i have allowed files.metadata.read as well as write. but i get this error: AuthError('missing_scope', TokenScopeError(required_scope='files.metadata.read'))) anyone knows a thing about it?CloudRail - 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?SolvedSlow playback when streaming with AVPlayer
We’re building an iOS App that streams mp4 video files from DropBox. We use SDK’s getTemporaryLink method and feed the returned URL to AVPlayer(url: …). The streaming doesn’t start until after a few seconds/minutes depending on the size of the file. Same issue when opening this link in a regular Safari tab. When opening the file directly in Dropbox website the video plays fine.345Views1like17CommentsUsing API in Salesforce with Named and External Credentials and OAuth2 upload OK but call to file sh
I have setup OAuth2 in Salesforce along with Named Credentials and External Credentials. I am calling the File Upload API in the code..that works fine with all the above. I setup a second Named Credential that uses the shared External Credentials that the Upload API uses. The only real reason for this is the accomodate the different endpoints (why does Dropbox do this?). The Post to the Set Sharing /2/sharing/create_shared_link_with_settings endpoint uses the NamedCredential and gets a new/different bearer token. BUT, when that call is posted I get a 401 Unauthorized. The response says: {"error":{".tag":"missing_scope","required_scope":"sharing.write"},"error_summary":"missing_scope/"} The APP I defined in DROPBOX has sharing.write...so a little confuse. Where can I pass in that scope? Should I just generate a token in the APP for the one user...is that a permanent token that just replaces creds? UPDATE: I did use the APPTOKEN and that seems a better approach and calling OAuth each time. Its working, but now I have to figure out how to chunk load larger files. UGH Thoughts? Is there any reason getting a second token on a second HTTP callout is a problem when calling the different API?874Views0likes4Comments(Beginner) API to create file requests
Good afternoon, I am working on a project that uses Qualtrics (a web-based survey/forms) platform to create Dropbox file requests to allow the user to securely upload files to go along with their form submission to my Dropbox folder. All file requests would be from my account. While I have gotten the basics working, creating a file request via the HTTP SDK. Using the following from the API Explorer POST /2/file_requests/create Host: https://api.dropboxapi.com User-Agent: api-explorer-client Authorization: Bearer [[#TOKEN#]] Content-Type: application/json { "title": "12345678 Smith, John (App #: FA24-1234)", "destination": "1234 Jones_Martha OTE 1000S Student Smith_John", "deadline": { "deadline": "2024-09-25T01:00:00Z", "allow_late_uploads": { ".tag": "one_day" } }, "open": true } I was able to translate it into Qualtrics' Webservices screen I am now stumped because I found out from Dropbox Support that the API Token that was in the Dropbox App Console are not long living and expire in short time. So, the question is how do I follow the process to authenticate which will allow the system to still create the file requests? The end users do not login to Dropbox and are not required to have a Dropbox account to submit their files. The documentation that Dropbox Support sent me (Using OAuth 2.0 with offline access - Dropbox) appears to be for requiring the user to login to Dropbox to do tasks. I hope that someone could provide a person who is new to working with APIs with some guidance and advice. Thank you in advance for your guidance.605Views0likes5CommentsUsing Dropbox embedder in Angular application
Hi, I am trying to use the Dropbox embedder in a Angular application in component. I used the https://www.dropbox.com/developers/embedder documentation as starting point but when using the anchor tag approach the element is not rendered though I see that the dropbox script is loaded. Is there something else I should be doing or what could be the problem here? Are there resources for specifically using dropbox integration in Angular application?Solved432Views0likes1CommentThe system account was not connected for offline access error when connecting Dropbox OAuth 2 Moodle
I was trying to connect Dropbox to the Moodle LMS. When I try to connect to a system account icon, I get this error. The system account was not connected for offline access I have added the API key, Secret, redirect links and also configured endpoints and user field mappings. Is this linked to Moodle or Dropbox API? I am using Moodle version 4.3.3 and using free Dropbox plan Please assist in resolving this issue. The screenshot is given below. https://ibb.co/N3v63Jm852Views0likes4Comments