Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
admsho
3 years agoExplorer | Level 3
Api error access denied
hi everyone, am trying to use the new API of Dropbox, but I am having some difficulties. I did however create an app console on personal free dropbox ACC, and I got the needed information (Appkey, Ap...
admsho
3 years agoExplorer | Level 3
I replacesd "XXXXX" with the key, i think I must use som other URL rather than my localhost?
admsho
3 years agoExplorer | Level 3
this code :
shows this , after I add the link at app console as shown at the post previously:
then when I continue and allow it, it shows :
- Здравко3 years agoLegendary | Level 20
Ok, the above shows that your localhost is working. So, again, do you get proper result from the mentioned function? 🤔 Take in mind that the example code (part that you haven't shown) doesn't return back to the browser anything if you haven't changed it somehow! 🙂
- admsho3 years agoExplorer | Level 3
I have used the same code in github:
dropbox-sdk-dotnet/Program.cs at master · dropbox/dropbox-sdk-dotnet (github.com)
I only changed my Appkey.
and I add the (LoopbackHost="http://127.0.0.1:52475/") URI in the app console to correspond with the one at the code.
I want to be able to use API in a windows application in the future for multiple users (am using a Business License)
I believe the code must stay as is with the localhost URL, but what all other configurations I need to do in the console:
(* will localhost will be used at the final stage when it is ready for publishing or will I need to change it?
and the app console:
my concern what the following fields should be on the final shape:
- Redirect URIs
- Chooser / Saver / Embedder domains
- Webhooks
- Extension
but I keep getting the following exceptional error:
System.AggregateException
HResult=0x80131500
Message=One or more errors occurred.
Source=SimpleTest
StackTrace:
at SimpleTest.Program.Main(String[] args) in C:\Users\admsh\OneDrive\Desktop\dropbox-sdk-dotnet-master\dropbox-sdk-dotnet-master\dropbox-sdk-dotnet\Examples\SimpleTest\Program.cs:line 56This exception was originally thrown at this call stack:
[External Code]Inner Exception 1:
HttpRequestException: An error occurred while sending the request.Inner Exception 2:
WebException: The request was aborted: Could not create SSL/TLS secure channel. - Здравко3 years agoLegendary | Level 20
admsho wrote:...
(* will localhost will be used at the final stage when it is ready for publishing or will I need to change it?
...Whatever is the public domain name of particular machine (if any), localhost domain (and the corresponding IP) is always available and the same. That's why it's convenient is such cases and you wouldn't need to change anything.
admsho wrote:...my concern what the following fields should be on the final shape:
- Redirect URIs
- Chooser / Saver / Embedder domains
- Webhooks
- Extension
...
For local applications only 1) matters; all others are ignored.
admsho wrote:...
WebException: The request was aborted: Could not create SSL/TLS secure channel.Dropbox servers related to API interfaces support TLSv1.2 only! Check in your environment is the same connection encryption enabled or not. Make sure it is!
- admsho3 years agoExplorer | Level 3
where should I check the TSL and fix it ?
- Здравко3 years agoLegendary | Level 20
For Windows you can start here: https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/security/enable-tls-1-2
Take in mind that your build environment may need additional "tuning"; read the related documentation.
Good luck.
About Discuss Dropbox Developer & API
Make connections with other developers
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!