Comments
-
[Cross-linking for reference: https://stackoverflow.com/questions/77568085/does-vimeo-have-an-open-starder-for-developing-upload-links-if-yes-where-can-i ] Здравко is correct; the "upload" links on Dropbox are for getting data into Dropbox, not out of Dropbox. Try the /2/files/get_temporary_link functionality they…
-
@"g1st" No, I don't have an update on this.
-
@"ABDUL Salam" The Dropbox API does not offer a way to echo back the parameters/URL sent to /2/files/save_url. As Здравко asked though, were you inspecting this in the actual environment where this is failing?
-
@"ABDUL Salam" Thanks for sharing that. I just tried plugging in those exact values, and the file saved successfully for me. Are you still seeing this issue if you try those exact values?
-
@"gotuckyourselfin" Thanks for the feedback! I don't have news on this feature request, and as far as I can see there currently isn't work being done or planned to implement this. I'll follow up here if/when there's a change on that.
-
@"ABDUL Salam" Like Здравко, I just tried this using the values you provided and it also worked without issue for me. If you're still seeing this issue, please check the exact values you're sending as they mentioned, and if there's an issue on the Dropbox API side, share a sample we can use to reproduce it. Thanks!
-
Apologies for the delayed response. The team has reported that this was fixed. Please let us know if you're still seeing this.
-
I'm glad to hear you've sorted out the issue with the NetworkOnMainThreadException. For information on using refresh tokens, please refer to the resources in my earlier response.
-
Hi, thanks again for your feedback. I just wanted to jump in here to confirm that we've shared this with the team, including a request to extend the timeline. I can't promise if the timeline will be extended, but I'll be sure to follow up here if there's any news on that. Also, in case it helps, I wanted to clarify a…
-
@"Ghost Mjrm" As Здравко said, it's unclear what the issue is from the information you've provided. If you're having trouble with the Dropbox API, please troubleshoot the issue in your environment and if you need help, share the relevant specific details. For example, I see you are calling uploadAndFinish to upload a file.…
-
@"ABDUL Salam" As Здравко said, the backslashes you have in the output you shared here are not expected or accepted in the URL, so make sure those aren't in the actual data you're sending to the API. As for why this works locally but not on your server, does your server have a different version of any libraries you're…
-
@"Adi4" Здравко is correct; that download method returns a DbxDownloader, not the file data directly. Refer to the linked documentation for more information on using that functionality.
-
@"ClicDataConnectors" You don't actually need to check the RootInfo.IsTeam property; you can always use WithPathRoot to access the root for any kind of account. I recommend reading the Team Files Guide for more information.
-
Yes, you can generate a new short-lived access token before a previous one expires.
-
Even if the app is already in production status, you can update the "Publisher", "Description", "App website", and "App icons" fields from the "Branding" tab of the app's page on the App Console. You cannot change the "App name" while an app is in production status, but you can open an API ticket if you need a production…
-
Please note that calling only files_list_folder is not guaranteed to return all of the items in the specified folder. You should use both files_list_folder and files_list_folder_continue to make sure you can retrieve all entries. Refer to the linked documentation for more information.
-
@"Bdice" Yes, the Dropbox Embedder is available for use and you can find the documentation for it here.
-
@"Ghost Mjrm" Здравко is correct; for long-term access, you can request "offline" access, in which case the app receives a "refresh token" that can be used to retrieve new short-lived access tokens as needed, without further manual user intervention. Refresh tokens do not expire automatically and can be used repeatedly.…
-
Thanks for the report! We'll look into it and I'll follow up here once I have any update on this.
-
@"milankj" It is the expected behavior that when a /2/sharing/add_folder_member call is successful, it will return a 200 status code with nothing in the response body, as there is no additional information to return. That has not changed and you can find the documentation for it here. If something isn't behaving as…
-
I see you're inspecting the operation of the Dropbox web site itself. I can't offer guidance on the implementation of the Dropbox web site, but if you have any questions regarding using the public Dropbox API directly yourself, please share the details of the issue, e.g., the steps and your code to reproduce the issue, so…
-
No, I don't have an update on this feature request.
-
No, Dropbox does not have plans to update the API to support reversing through paginated API responses.
-
@"csteddy" No, we don't have an update on this request.
-
It's also worth noting that whether or not the app is only for use with your own account, using the OAuth app authorization flow is the right way to get long-term access, by retrieving a refresh token. If it's only for your own account, you would just need to process that once yourself.
-
@"milankj" I see Здравко helpfully offered some guidance already, but if you have any remaining questions or issues regarding Dropbox sharing functionality, feel free to contact support.
-
@"milankj" As Здравко said, for shared files you can use /2/sharing/list_file_members[/continue] to list the members of a shared file and see which one is the owner. If the file is not itself shared but is contained in a shared folder, you can use /2/sharing/list_folder_members[/continue] to list the members of the folder…
-
This error indicates that the app put more data than is allowed in the "state" parameter. This is something that the developer of the app will need to fix. If you are the developer of the app, refer to the relevant documentation here. If you are not the developer of the app, you'll need to reach out to them for help with…
-
I don't have full context on your different environments of course, but there could be non-obvious differences, e.g., in the versions of the platform, programming language, network client, etc., being used, exactly how the access token is stored/retrieved, or so on, between the different environments. To troubleshoot this,…
-
For account issues like that, please contact support.