-
Using API and SDK together
Hello, I need some help until now i have been using >NET SDK Version 6.37. and we are experiencing a problem downloading large files 30GB and higher. so I tried to implement chunk download, but SDK does not support it . so I did it using the API. but my problem is that when we use the SDK we do not Need to refresh token.…
-
urgent - I am trying to get he last modify by
is there an option to et from the SDK that latest person who edit/ modify a file/ folder I am using .NET SDK version v6.37 need help on how to get this information
-
Dropbox paper - is there a way to extract old dropbox paper using SDK/API
Hi, i am trying to understand. 1. there is Dropbox paper that are in the dropbox filesystem shoeing like test.paper 2. and there is the dropbox paper (app or website) that do not include in the filsystem. is there a way to extract the second papers number 2?
-
Using .net SDK is it possible to export Paper?
i need to download many paper from dropbox it can not be done manually , is there an API/SDK that i can user in order to do it ?
-
Old dropbox and new dropbox API
Hi , i know that dropbox made a lot of changes in the last few years. i want to understand something there where a time that i needed to check the account , and check if the account is team in order to identify if it is a space team(new team) or the old one. is this the case for today as well. or that dropbox deprecated…
-
Regrading the Update coming Mar 30
How can i know if i am 100% updated with the API endpoints and behavior ? is there a way to check that ?
-
Error in call to API function ""users/get_current_account"":
after getting a token using this method. client = new DropboxTeamClient(request.AccessToken, request.RefreshToken, request.Expires, ClientIdBusiness, ClientSecretBusiness); then i am trying to get the account using var account = await client.AsMember(request.AsMember).Users.GetCurrentAccountAsync(); but then i am getting…
-
Access token not beeing refreshed automatically
my application support old dropbox and the new one. when creating the client i am creating it like this client = new DropboxTeamClient(request.AccessToken, request.RefreshToken,request.Expires,ClientId,ClientSecret); and then using it in this way first Way var members = await…
-
Can I Export Dropbox Paper to PDF using the API?
when i get the item inforamtion "ExportInfo.ExportAs" of an PAPER item i do not see the option to export as pdf. why ?
-
Support the old drobox and the new under same application
Hi guys, my app is trying to support the old drobox and the new under then same client . after getting the auth tokens we are creating a new DropboxTeamClient(request.AccessToken); then when we want to call the new client we use this var account = await client.AsMember(request.AsMember).Users.GetCurrentAccountAsync(); var…
-
2 console application 1 account -
if i have a user the authenticate in one application get access refresh tokens. then authenticate in another application is the old token will stop working or every authentication can exist no matter what. i am asking this because my company toll doing a migration many for each user , if during the migration the user will…
-
Access ****** - after using the refresh token method how can i get the new access token
i am using the offline long token i have an access token ****** and refresh token YYY I used the token until it expired then I used the refresh token method with null to refresh all my scopes. how can i extract the new access token from the client in order to save it?
-
When using the .net sdk with out user interaction, do i need to implement the refresh token method
When using the .net sdk without user interaction, do i need to implement the refresh token method? or the sdk will refresh it automatically. i know it depend on the request in the auth "offline" or i want that the sdk will handle the refresh token. what happened if i use the token and then not using it for a while and then…
-
can i implement the Dropbox .Net SDK and use only ID and not use PATH at all ?
today I am using the path when using the .Net SDK when communicate with Dropbox, can I switch to use only the id and not use the path at all, or I will need the path for some scenarios?
-
Dropbox.Api.AuthException: expired_access_token/
Hi my company is using the sdk of dropbox. an up until now alll was good suddenlty the automatically refresh token stop working and we are getting this error Dropbox.Api.AuthException: expired_access_token/ at Dropbox.Api.DropboxRequestHandler.<RequestJsonString>d__2f.MoveNext() --- End of stack trace from previous…
-
Urgent - Create Folder Returning null
hello ,my company (Cloudsfder) are doing data migration for customer from goolge derive to dropbox , 5 TB , we are getting weird behavior when creating some of the folders- the request just returning null, and if i retry sometimes it is work and sometimes still getting null, this is very weird please Help