cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

multiple calls of `files_get_temporary_link`

multiple calls of `files_get_temporary_link`

mark2mark
Helpful | Level 7
Go to solution

Hello,

 

I just got stuck when trying to call 

dbx.files_get_temporary_link(path)

 multiple times in python. because I need to create a bunch of links for a dynamically fed input (different paths)

Actually one call works, and as soon as I add one more, i get the Error:

TypeError: 'GetTemporaryLinkResult' object is not callable

 

I cannot find anything in the documentation that points to this issue. I see no reason why it ain’t working.
Help would be very much appreciated.

13 Replies 13

Vij
New member | Level 2
Go to solution
Conetect the my another mobile callx recording in my dropbox file and activited

mark2mark
Helpful | Level 7
Go to solution

@Vij sorry, what?

aesanne
New member | Level 2
Go to solution

I have an error regarding files_get_temporary_link, how to trouble shooting this?

 

dropbox.exceptions.ApiError: ApiError('4d0b8810a976a3c06b9f77f38464199c', GetTemporaryLinkError(u'path', LookupError(u'not_found', None)))

Greg-DB
Dropbox Staff
Go to solution

@aesanne You can find information on each of the errors in the documentation here.

 

The 'not_found' error means "There is nothing at the given path". You should check the 'path' value you're supplying to the call to make sure you're supplying a valid one.

 

One good way to check what is in the account is to call files_list_folder with path="". That will list the contents of the root that your app has access to. (I.e., the root of the Dropbox account, for full Dropbox apps, or the root of the app folder, for app folder apps.)

 

Anyway, this seems to be a different problem than what this thread was for, so if you're still having trouble, please open a new thread with more details so we don't spam the other people on this thread. 

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    aesanne New member | Level 2
  • User avatar
    mark2mark Helpful | Level 7
  • User avatar
    Vij New member | Level 2
What do Dropbox user levels mean?