chirstius Dropboxer

Comments

  • Thanks for posting. I was able to run your code and it seems to work without error - both calls, each generating a unique link to the same file. The error you are seeing would seem to imply trying to invoke a method call directly on the results object (or a property of it). This code isn't doing anything beyond printing…
  • Hey mark2mark, From the sample you have provided, you are correct, there's nothing technically wrong with the call to get_temporary_link(), but the issue seems to revolve around what is being done to the result that comes back (a GetTemporaryLinkResult object). Would you be willing to post a bit more of your code to help…