-
Is there a Dropbox integration with ServiceNow?
Have anybody integrated DropBox with the ServiceNow. Please share the steps or any link available, how we can integrate ServiceNow with its outbound REST API configuration feature.
-
Getting 409 error when calling list_folder on empty folder
I have been consistently getting 409 errors on some empty team folders. I am using Dropbox-Select-API-Admin header and listing team folders recursively. I am using the path to list those folders, that is if my team folder name is 'team folder', I use '/team folder' as path. It works on folders that is not empty (works on…
-
Link url to folder within App folder
I'm doing a lengthy export of documents to a subfolder of an App folder, and would much desire to link via an url to it in a notification email sent to the user after the upload is complete. Now, due to l10n and whatnot, I don't know the full path, nor should I really; is there a way to get an opaque link to a folder…
-
API File upload to a member's shared folder
I am trying to upload a report file using API to business team member's shared folder. What is the best way to do this? Does using /2/files/upload endpoint requires, the shared folder I am uploading the file to, be shared to the account executing the API call?
-
"team/team_folder/list" is not returning folder list
Hi There, I am running below query and not gettting the list of folders: list folder results from postman See below , I have four team folders: list folder from UI Any idea why I am not getting these folders from api call?
-
Webhook notification .NET
Hello, I am working on a .NET app, which is integrated with the dropbox api. I managed to upload, list, delete files without any problems. Now, I am trying to use webhooks for my app. I have a dedicated dropbox account which linked to my app and this account has "full access" to my dropbox storage. We want Dropbox to…
-
Dropbox JavaScript SDK access
In the head section of a web page I download the Dropbox Javascript with: <script src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js"></script> then, a javascript function which invokes the following instruction does not return: var dbx = new Dropbox({ accessToken: thisAccessToken }); where 'thisAccessToken' is the…
-
move_batch slow
It seems that sometime in the past two weeks, move_batch operations have become extremely slow— taking more than a minute to move ~30 files (less than 10mb each), sometimes failing entirely. It appears to have undergone a significant change almost overnight. Has anyone else noticed performance issues like this, and are…
-
Origin does not match any app domain
Hi there, I am trying to build out a Dropbox App for our applicant tracking system - IBM Kenexa BrassRing. The Dropbox AppI will allow candidates to upload their resume during the application process. I followed IBM Kenexa's work instructions when I built the app; however, I have struggled with identifying the…
-
DownloadAsync - path/not_found/... Exception
Hello Greg, We have been using Dropbox Api for Business to download files from Dropbox folder path using Dropbox Business api in .NET - dbx.Files.DownloadAsync(filepath). We used this api for a dropbox account (<redacted>) which was recently converted from a personal to Business Dropbox account. However, download for every…
-
Unable to upload the file via API
Unable to upload the files using API , see the Poster screenshot for paramaters and Body. Any help would be really appreciated. Seeing below error : Error in call to API function "files/upload": Bad HTTP "Content-Type" header: "multipart/form-data; boundary=--------------------------098587943575938712484518". Expecting one…
-
Files/Folder chooser download files
Hello I had used Dropbox chooser (https://www.dropbox.com/developers/chooser) in my project and it's working correctly. As per my project requirement, I want to download files from the chosen directory via API. I can list all the files/subfolders from the chosen directory but I didn't find any way to download any files…
-
Api v2 upload document wrong
an wrong in dropbox api v2 document curl -X POST https://content.dropboxapi.com/2/files/upload \ --header "Authorization: Bearer " \ --header "Dropbox-API-Arg: {\"path\": \"/Homework/math/Matrices.txt\",\"mode\": \"add\",\"autorename\": true,\"mute\": false}" \ --header "Content-Type: application/octet-stream" \…
-
Can't add URL to webhook URI.
I am not able to add "https://www.tarrison.com:8443/webhook/dropbox" to webhook section in dropbox application and one popup shows up and say "There was a problem completing this request." on other hand I just remove https and start server on http , I am able to add 'http://www.tarrison.com:8080/webhook/dropbox'. So I need…
-
How to ignore folders during recursive listing
When I operate on a Dropbox Business account and list each member's personal folders, I end up listing the same shared folders multiple times. That is, if a shared folder is mounted within each member's personal folders, then when I list members' folders I end up listing that shared folder also. I can filter out the listed…
-
xcodebuild error in ObjectiveDropboxOfficial iOS build
Can't build new 3.9.4 version of ObjectiveDropboxOfficial framework in xcodebuild. Message "DTDeviceKit: deviceType from 00008006-001710143AA2002E was NULL" Finally fails to write ~/Development/App name/Carthage/Build/iOS/ObjectiveDropboxOfficial.framework: with ErrorDomain=NSPOSIXErrorDomain Code:2 "No such file or…
-
Trying to add group to the Team Folder using API
Hi, I am trying to create a team folder and adding groups to it using API, Creating a team folder works fine, Then for adding groups to the folder, I could not find any API to do that. Can you please provide link to API if there is any? Thanks, Anusha
-
List_folder does not return team folders
Hi There, For new Dropbox for business account we are not getting the team folders in the response of the api "list_folder". But, for an old Dropbox account we still get the team folders in the response of the "list_folder" api. Can someone explain why "list_folder" does not have team folders, and is there any other way to…
-
Is it possible to make access to the file / directory from Objective-C?
I am trying to understand whether it is possible to make access to files or directories to third-party users from an application using Objective-C. How can users who have been given access can get information about the available files / directories?
-
Dropbox Android SDK download File
Hello! I use Android SDK to create/upload/download file. I've found your example on github. It works okay. But I have a question about downloading of file. When I download file (not chane anything in it, just dowloading), I always have "modified_date" is NOW (not the date of last updating of file). Why does modified_date…
-
get_account_batch error 409
Hi There, For one of our customer we are getting 409 when making "get_account_batch". With error saying the account does not exists. I am trying to reproduce the error, so I deleted one user from our dropbox account, but even after deleting the user I still get valid response for the api "get_account_batch". Do I have to…
-
Access Token for Dropbox Business App
I'm going to develop an applcation for Dropbox for Business team. E.g. this will be a desktop application that searching content across all accounts in organization. And I slightly confused about OAuth section parameters when creating the application. As far as I understood, I have two options: 1. Get Access Token…
-
list_folder does not return recursive folder listing
API document says: recursive Boolean If true, the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders. The default for this field is False. I am trying to list a folder with recursive=True, but the response does not return the contents of the…
-
Add File Request members via API .net
Hello, Is it possible to add memebers to a file request via API to receive the notification as you can do usig the web UI? Thanks!!!
-
Sharing / Add button
Hello. Does anyone knows a path in C# to Sharing / ADD button ? When you are trying to add a shared folder scenario. dropbox.Sharing.ListFoldersAsync(); Does list the folder but I cannot find path to ADD it. var dropbox = new DropboxClient by the way.
-
Getting 409 Conflict while using save url.
Hi I am trying to use save_url endpoint. Until yesterday it was working fine but today it started giving me 409 conflict. Here is the response i am getting. {StatusCode: 409, ReasonPhrase: 'Conflict', Version: 1.1, Content: System.Net.Http.StreamContent, Headers: { Transfer-Encoding: chunked Connection: keep-alive…
-
Access Teamfolder via API
Hello there, currently I'am trying to get access to our Team-Folder via the API, but I have some troubles with that.. I'am using the authentication via Access-token and the connection works, but I didn't find a way to see the full team workspace. Either I only see the home folder from the user who created the access-token…
-
Default home location
New Dropbox Business user. I know this is probably mainly to do with how the program I am using is using the Dropbox API but I've got a process that was working on personal dropbox that has stopped now with my change to business. So I was wondering if you can change what Dropbox considers your default 'home' directory to…
-
API v2 upload_session/append_v2 doc help
Hi dropbox team, I have no idea how to upload a larger file (>= 1GB) via upload_session/* API. Can not find any full example code with that. APIs: /upload_session/start /upload_session/append_v2 /upload_session/finish Logs: ---- first try --------------------------------- Step 1: Request: curl "/upload_session/start"…
-
Dropbox API
Just programatically created a file sharing link in VB .net, once a recipient click on the link they get a message "You don’t have access to this content. You’re signed in as xxxx@xxxxx. I just want recipient to be able to download or view uploaded file, is this possible, am I missing a step for sharing the file.