Comments
-
and if i am using the .net SDk do i need to call the refresh token or it's refresh automatically , if it refresh automatically ? why do i need the refresh token ? and what will happened to the other pairs?
-
is there a limit on the an=mount of token pair for user ?
-
and if it the same app ?
-
this is the one we are using Dropbox.Api.4.7.0 and we are not doing refresh token at all , all manage automatically can we have a quick session please
-
we are using dropbox 4.7 .net sdk
-
Ok . Thank you. Retries did worked.
-
now it is clear for me i miss somthing , we are getting too_many_write_operations/. what is the rate limit for writes?
-
Client.AsMember(request.AsMember).Files.CreateFolderV2Async(prefix + name) this is the actual request from the SDK I am using. and I am not getting any response only null, that is why this is so weird
-
Official Dropbox .Net v2 SDK Dropbox.Api.4.7.0\lib\net45\Dropbox.Api.dll Method: /files/create_folder_v2 app key :jbei6w7fwpgrzgq app key business : li4q7wb8ayguxmy the steps are only call create folder, but we are migrating 5 Tb so we are making many request -maybe we hit a rate limit? but no response only null. not event…
-
Thanks, more Questions: :) 1. When requesting docs/list i get only id's ok, but some of the id's are folder id and some of them are doc id's is there a way just to get the paper folders or just to get all the docs? 2. and if i have a folder id inside the paper how do i get all the docs or folder inside this spesific…