Explore Dropbox Developer & API discussions with developers like you.
Hi folks. I have an API issue here. I'm using the Ruby gem dropbox_api. I've registered a Dropbox project for a folder in my Dropbox root path. I can't seem to list the files inside that root. * Full permissions set * auth token is working fine* I can get my account using this token * There are two files in this project…
お世話になります。 /team_folder/createで作成した頂点レベルのチームフォルダの共有化設定の方法について質問があります。 現在「Dropbox API Explorer」で検証中なのですが、/team_folder/createで作成したフォルダを共有化できず困っています。 ルートレベルであれば「User Endpoints」の「add_folder_member」メンバーで可能あると認識しています。 その際必要なshared_folder_idは「list_folder」や「get_metadata」で取得可能とは承知しています。…
Hello fellow Dropsketeers! So after writing what I hope is viewed as a SCATHING indictment of Dropbox's awful CLI support and API functionality/documentation, I decided that, while it was a somewhat satisfying way to blow off steam, it doesn't really help anyone in the same predicament (other than letting them know they're…
def get_file_metadata(self, file_path: str): """ Retrieves the metadata of a file in Dropbox. """ try: metadata = self.dbx_team.as_admin(self.admin_id).files_get_metadata(file_path) return metadata except Exception as e: print(f"Error retrieving file metadata for {file_path}: {e}") return None# return value JSON…
My client has 100,000s of images stored in dropbox. The goal is to have some database information displayed alongside any one of the images. From what I understand, I would need need to use a service account or OAuth2 so that the visiting user never knows anything about the file location and the only access is via the…
When I use the files/save_url API endpoint and enter the URL of a public folder, I get an invalid_url error. I am assuming this is because this endpoint only works on files, not folders, is that correct? Or is the issue with public links, since this folder wasn't shared with me via Dropbox and doesn't exist in my Dropbox…
When I refresh the access_token, the length of the new access_token is sometimes 1459 characters, sometimes 151 characters. Why is that, and should I care?
Hi, trying to list all files recursively inside a folder shared with my account by another account through the Node SDK. The folder is inside Shared -> Folders. Tried the following methods but none of them give me a list of files: * sharingListFolders (just returns the folder object) * sharingListSharedLinks *…
why my newly created APP showing status as disabled, I want to change it to development status
var uri = new Uri("https://www.dropbox.com/scl/fi/l2ltdldscgwr9ho1izx57/TestUpdate-pass.zip?rlkey=cn5adnh45sc3793j60gunn3x8&st=u8atpaop&dl=1"); var httpClientHandler = new HttpClientHandler { AllowAutoRedirect = true }; var httpClient = new HttpClient(httpClientHandler); httpClient.Timeout = TimeSpan.FromSeconds(60); //…
It looks like you're new here. Sign in or register to get started.