
In the meantime, we can't guarantee any future supply after existing stock runs out. We will resume production the moment that parts become available again. When existing stock runs out we can't assemble any more.

children/childfile.Stock status: last-time-buy (temporary hiatus)ĭue to the global electronics parts shortage, some components required to assemble this product are either unavailable or have risen significantly in price.


String metadataUrl = "" + encodedUrl + "/root" įrom there you can append /content if you want to get the contents of the file, or you can start navigating through if the URL represents a folder (e.g. String utf8BytesAsBase64String = Convert.ToBase64String(urlAsUtf8Bytes) Here's a snippet that should give you an idea of the whole process: string originalUrl = "!YYYY&authkey=!foo" īyte urlAsUtf8Bytes = (originalUrl) The encoding scheme for the id is u!, where follows the guidelines outlined here (trim the = characters from the end). This does not require authentication provided the sharing URL has a valid authkey. There's a sibling to the /drives path called /shares which accepts a sharing URL (such as the one you have above) in an encoded format and allows you to get metadata for the item it represents. Sorry, the documentation you need for your specific scenario is still in process (along with the associated SDK changes) so I'll give you an overview of how to do it.

Have a read over - it documents how you can make a query to our service to get the metadata for an item, along with URLs that can be used to directly download the content.
